What predicts start-up success? As six entrepreneurial-minded students from LBS, we wanted to understand better how start-up success can be predicted. Which industry receive higher funding and which locations contribute to a higher probability of being acquired? We would love to start our own venture in the US and find out more about trends in the start-up world there and how will can increases our chances of being successful.
In order to find out what we should do and how we should get there we will look into different aspects of our new venture called. Firstly, we will investigate the category… Secondly, we will look at location Lastly, at time and when we should plan to reach our first milestones and secure funding rounds. In the end we will use the insights gained from this and build a prediction model for our venture
Notes - category: what is the most successful category? JUN, MELONICA - location: where: map: Draw a startups map, identifying the next Silicon Valley. RICK, MEHDI Idea Josi: Maybe we can also compare it to population ? Startups per population? - time PEIJUN, JOSI when do we have to reach our milestones when do we have to our first/second/third funding round as well as funding amount
=> Build a model with it, to get highest success in start-up world in the US
Overall theme & color scheme:
The goal of this report is to
- Trace the startups funding trend in recent years. - Draw a startups map, identifying the next Silicon Valley. - Utilise data modelling to select the features that might influence startups funding and outcomes. - Predict a startup’s future based on its current characteristics. - Bring out customised advise to startups according to their segmentation.
## Parsed with column specification:
## cols(
## .default = col_double(),
## state_code = col_character(),
## zip_code = col_character(),
## id = col_character(),
## city = col_character(),
## `Unnamed: 6` = col_character(),
## name = col_character(),
## founded_at = col_character(),
## closed_at = col_character(),
## first_funding_at = col_character(),
## last_funding_at = col_character(),
## state_code.1 = col_character(),
## category_code = col_character(),
## object_id = col_character(),
## status = col_character()
## )
## See spec(...) for full column specifications.
## Rows: 923
## Columns: 49
## $ `Unnamed: 0` <dbl> 1005, 204, 1001, 738, 1002, 379, 195, 875,...
## $ state_code <chr> "CA", "CA", "CA", "CA", "CA", "CA", "CA", ...
## $ latitude <dbl> 42.35888, 37.23892, 32.90105, 37.32031, 37...
## $ longitude <dbl> -71.05682, -121.97372, -117.19266, -122.05...
## $ zip_code <chr> "92101", "95032", "92121", "95014", "94105...
## $ id <chr> "c:6669", "c:16283", "c:65620", "c:42668",...
## $ city <chr> "San Diego", "Los Gatos", "San Diego", "Cu...
## $ `Unnamed: 6` <chr> NA, NA, "San Diego CA 92121", "Cupertino C...
## $ name <chr> "Bandsintown", "TriCipher", "Plixi", "Soli...
## $ labels <dbl> 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, ...
## $ founded_at <chr> "1/1/2007", "1/1/2000", "3/18/2009", "1/1/...
## $ closed_at <chr> NA, NA, NA, NA, "10/1/2012", "2/15/2009", ...
## $ first_funding_at <chr> "4/1/2009", "2/14/2005", "3/30/2010", "2/1...
## $ last_funding_at <chr> "1/1/2010", "12/28/2009", "3/30/2010", "4/...
## $ age_first_funding_year <dbl> 2.2493, 5.1260, 1.0329, 3.1315, 0.0000, 4....
## $ age_last_funding_year <dbl> 3.0027, 9.9973, 1.0329, 5.3151, 1.6685, 4....
## $ age_first_milestone_year <dbl> 4.6685, 7.0055, 1.4575, 6.0027, 0.0384, 5....
## $ age_last_milestone_year <dbl> 6.7041, 7.0055, 2.2055, 6.0027, 0.0384, 5....
## $ relationships <dbl> 3, 9, 5, 5, 2, 3, 6, 25, 13, 14, 22, 8, 0,...
## $ funding_rounds <dbl> 3, 4, 1, 3, 2, 1, 3, 3, 3, 3, 3, 5, 1, 3, ...
## $ funding_total_usd <dbl> 375000, 40100000, 2600000, 40000000, 13000...
## $ milestones <dbl> 3, 1, 2, 1, 1, 1, 2, 3, 4, 4, 3, 2, 0, 3, ...
## $ state_code.1 <chr> "CA", "CA", "CA", "CA", "CA", "CA", "CA", ...
## $ is_CA <dbl> 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, ...
## $ is_NY <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, ...
## $ is_MA <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, ...
## $ is_TX <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
## $ is_otherstate <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, ...
## $ category_code <chr> "music", "enterprise", "web", "software", ...
## $ is_software <dbl> 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, ...
## $ is_web <dbl> 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, ...
## $ is_mobile <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, ...
## $ is_enterprise <dbl> 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
## $ is_advertising <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
## $ is_gamesvideo <dbl> 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
## $ is_ecommerce <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
## $ is_biotech <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
## $ is_consulting <dbl> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
## $ is_othercategory <dbl> 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, ...
## $ object_id <chr> "c:6669", "c:16283", "c:65620", "c:42668",...
## $ has_VC <dbl> 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, ...
## $ has_angel <dbl> 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, ...
## $ has_roundA <dbl> 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, ...
## $ has_roundB <dbl> 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, ...
## $ has_roundC <dbl> 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, ...
## $ has_roundD <dbl> 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ...
## $ avg_participants <dbl> 1.0000, 4.7500, 4.0000, 3.3333, 1.0000, 3....
## $ is_top500 <dbl> 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, ...
## $ status <chr> "acquired", "acquired", "acquired", "acqui...
## # A tibble: 6 x 49
## `Unnamed: 0` state_code latitude longitude zip_code id city `Unnamed: 6`
## <dbl> <chr> <dbl> <dbl> <chr> <chr> <chr> <chr>
## 1 1005 CA 42.4 -71.1 92101 c:66~ San ~ <NA>
## 2 204 CA 37.2 -122. 95032 c:16~ Los ~ <NA>
## 3 1001 CA 32.9 -117. 92121 c:65~ San ~ San Diego C~
## 4 738 CA 37.3 -122. 95014 c:42~ Cupe~ Cupertino C~
## 5 1002 CA 37.8 -122. 94105 c:65~ San ~ San Francis~
## 6 379 CA 37.4 -122. 94043 c:22~ Moun~ Mountain Vi~
## # ... with 41 more variables: name <chr>, labels <dbl>, founded_at <chr>,
## # closed_at <chr>, first_funding_at <chr>, last_funding_at <chr>,
## # age_first_funding_year <dbl>, age_last_funding_year <dbl>,
## # age_first_milestone_year <dbl>, age_last_milestone_year <dbl>,
## # relationships <dbl>, funding_rounds <dbl>, funding_total_usd <dbl>,
## # milestones <dbl>, state_code.1 <chr>, is_CA <dbl>, is_NY <dbl>,
## # is_MA <dbl>, is_TX <dbl>, is_otherstate <dbl>, category_code <chr>,
## # is_software <dbl>, is_web <dbl>, is_mobile <dbl>, is_enterprise <dbl>,
## # is_advertising <dbl>, is_gamesvideo <dbl>, is_ecommerce <dbl>,
## # is_biotech <dbl>, is_consulting <dbl>, is_othercategory <dbl>,
## # object_id <chr>, has_VC <dbl>, has_angel <dbl>, has_roundA <dbl>,
## # has_roundB <dbl>, has_roundC <dbl>, has_roundD <dbl>,
## # avg_participants <dbl>, is_top500 <dbl>, status <chr>
## startup_data
##
## 49 Variables 923 Observations
## --------------------------------------------------------------------------------
## Unnamed: 0
## n missing distinct Info Mean Gmd .05 .10
## 923 0 923 1 572.3 385.4 55.1 112.2
## .25 .50 .75 .90 .95
## 283.5 577.0 866.5 1028.8 1088.9
##
## lowest : 1 2 3 4 5, highest: 1149 1150 1151 1152 1153
## --------------------------------------------------------------------------------
## state_code
## n missing distinct
## 923 0 35
##
## lowest : AR AZ CA CO CT, highest: UT VA WA WI WV
## --------------------------------------------------------------------------------
## latitude
## n missing distinct Info Mean Gmd .05 .10
## 923 0 652 1 38.52 3.923 32.90 33.97
## .25 .50 .75 .90 .95
## 37.39 37.78 40.73 42.48 45.00
##
## lowest : 25.75236 26.05246 26.10627 27.95185 28.03298
## highest: 47.76576 47.80218 51.43247 54.98320 59.33523
## --------------------------------------------------------------------------------
## longitude
## n missing distinct Info Mean Gmd .05 .10
## 923 0 651 1 -103.5 23.19 -122.42 -122.40
## .25 .50 .75 .90 .95
## -122.20 -118.37 -77.21 -73.20 -71.20
##
## lowest : -122.756956 -122.725662 -122.674456 -122.674195 -122.668452
## highest: -70.923675 -70.144101 -2.664213 -1.574631 18.057121
## --------------------------------------------------------------------------------
## zip_code
## n missing distinct
## 923 0 382
##
## lowest : 01752-4603 01862-2000 02111-1720 10001 100011
## highest: 98665 99202 CA 90245 CA 94105 Maryland 21045
## --------------------------------------------------------------------------------
## id
## n missing distinct
## 923 0 922
##
## lowest : c:10054 c:101312 c:10137 c:10153 c:10158
## highest: c:9772 c:9782 c:9816 c:9822 c:997
## --------------------------------------------------------------------------------
## city
## n missing distinct
## 923 0 221
##
## lowest : Acton Addison Alameda Albuquerque Aliso Viejo
## highest: Woburn Woodbury Yardley Yorba Linda Zeeland
## --------------------------------------------------------------------------------
## Unnamed: 6
## n missing distinct
## 430 493 252
##
## lowest : Acton MA 1720 Addison TX 75001 Alameda CA 94501 Albuquerque NM 87102 Aliso Viejo CA 92656
## highest: Wilmington MA 1887 Woburn MA 1801 Woodbury NY 11797 Yardley PA 19067 Yorba Linda CA 92887
## --------------------------------------------------------------------------------
## name
## n missing distinct
## 923 0 922
##
## lowest : #waywire 1000memories 41st Parameter 5min Media Aardvark
## highest: ZipList ZManda Zong ZoomSafer Zymetis
## --------------------------------------------------------------------------------
## labels
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.685 597 0.6468 0.4574
##
## --------------------------------------------------------------------------------
## founded_at
## n missing distinct
## 923 0 217
##
## lowest : 1/1/1984 1/1/1985 1/1/1992 1/1/1995 1/1/1996
## highest: 9/19/2009 9/24/2010 9/6/2006 9/9/2009 9/9/2010
## --------------------------------------------------------------------------------
## closed_at
## n missing distinct
## 335 588 202
##
## lowest : 1/1/2001 1/1/2005 1/1/2007 1/1/2008 1/1/2009
## highest: 9/28/2011 9/4/2012 9/6/2011 9/6/2013 9/8/2013
## --------------------------------------------------------------------------------
## first_funding_at
## n missing distinct
## 923 0 585
##
## lowest : 1/1/2000 1/1/2001 1/1/2002 1/1/2003 1/1/2004
## highest: 9/7/2011 9/8/2003 9/8/2005 9/9/2005 9/9/2009
## --------------------------------------------------------------------------------
## last_funding_at
## n missing distinct
## 923 0 680
##
## lowest : 1/1/2001 1/1/2004 1/1/2005 1/1/2006 1/1/2007
## highest: 9/7/2006 9/8/2005 9/8/2008 9/9/2008 9/9/2011
## --------------------------------------------------------------------------------
## age_first_funding_year
## n missing distinct Info Mean Gmd .05 .10
## 923 0 634 1 2.236 2.504 0.0000 0.0000
## .25 .50 .75 .90 .95
## 0.5767 1.4466 3.5754 5.4241 6.5699
##
## lowest : -9.0466 -3.5068 -1.9863 -1.4712 -1.1836
## highest: 11.4329 16.4192 16.9863 20.8055 21.8959
## --------------------------------------------------------------------------------
## age_last_funding_year
## n missing distinct Info Mean Gmd .05 .10
## 923 0 756 1 3.931 3.208 0.2469 0.6690
## .25 .50 .75 .90 .95
## 1.6699 3.5288 5.5602 7.9112 9.3616
##
## lowest : -9.0466 -1.9863 -1.1836 -0.9178 -0.5014
## highest: 14.9726 16.4192 16.9863 20.8055 21.8959
## --------------------------------------------------------------------------------
## age_first_milestone_year
## n missing distinct Info Mean Gmd .05 .10
## 771 152 471 1 3.055 3.149 -0.1616 0.0000
## .25 .50 .75 .90 .95
## 1.0000 2.5205 4.6863 6.9589 8.2959
##
## lowest : -14.1699 -7.0055 -6.0466 -3.7507 -3.0000
## highest: 12.5041 13.0110 15.4986 16.6630 24.6849
## --------------------------------------------------------------------------------
## age_last_milestone_year
## n missing distinct Info Mean Gmd .05 .10
## 771 152 585 1 4.754 3.545 0.1493 1.0000
## .25 .50 .75 .90 .95
## 2.4110 4.4767 6.7534 9.0055 10.4274
##
## lowest : -7.0055 -3.8822 -3.7507 -3.0000 -1.9151
## highest: 13.5863 14.0329 15.4986 18.3233 24.6849
## --------------------------------------------------------------------------------
## relationships
## n missing distinct Info Mean Gmd .05 .10
## 923 0 41 0.995 7.711 7.073 1 1
## .25 .50 .75 .90 .95
## 3 5 10 16 22
##
## lowest : 0 1 2 3 4, highest: 38 42 45 57 63
## --------------------------------------------------------------------------------
## funding_rounds
## n missing distinct Info Mean Gmd
## 923 0 9 0.925 2.311 1.439
##
## lowest : 1 2 3 4 5, highest: 5 6 7 8 10
##
## Value 1 2 3 4 5 6 7 8 10
## Frequency 317 280 167 90 40 13 13 2 1
## Proportion 0.343 0.303 0.181 0.098 0.043 0.014 0.014 0.002 0.001
## --------------------------------------------------------------------------------
## funding_total_usd
## n missing distinct Info Mean Gmd .05 .10
## 923 0 505 1 25419749 36159252 186500 580000
## .25 .50 .75 .90 .95
## 2725000 10000000 24725000 46700000 69540000
##
## lowest : 11000 12000 15000 19000 20000
## highest: 232000100 238209999 299500000 510000000 5700000000
##
## Value 0.0e+00 5.0e+07 1.0e+08 1.5e+08 2.0e+08 2.5e+08 3.0e+08 5.0e+08
## Frequency 701 188 22 6 1 2 1 1
## Proportion 0.759 0.204 0.024 0.007 0.001 0.002 0.001 0.001
##
## Value 5.7e+09
## Frequency 1
## Proportion 0.001
##
## For the frequency table, variable is rounded to the nearest 50000000
## --------------------------------------------------------------------------------
## milestones
## n missing distinct Info Mean Gmd
## 923 0 8 0.949 1.842 1.452
##
## lowest : 0 1 2 3 4, highest: 3 4 5 6 8
##
## Value 0 1 2 3 4 5 6 8
## Frequency 152 250 246 182 62 24 6 1
## Proportion 0.165 0.271 0.267 0.197 0.067 0.026 0.007 0.001
## --------------------------------------------------------------------------------
## state_code.1
## n missing distinct
## 922 1 35
##
## lowest : AR AZ CA CO CT, highest: UT VA WA WI WV
## --------------------------------------------------------------------------------
## is_CA
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.748 487 0.5276 0.499
##
## --------------------------------------------------------------------------------
## is_NY
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.305 106 0.1148 0.2035
##
## --------------------------------------------------------------------------------
## is_MA
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.246 83 0.08992 0.1639
##
## --------------------------------------------------------------------------------
## is_TX
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.13 42 0.0455 0.08696
##
## --------------------------------------------------------------------------------
## is_otherstate
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.517 204 0.221 0.3447
##
## --------------------------------------------------------------------------------
## category_code
## n missing distinct
## 923 0 35
##
## lowest : advertising analytics automotive biotech cleantech
## highest: software sports transportation travel web
## --------------------------------------------------------------------------------
## is_software
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.415 153 0.1658 0.2769
##
## --------------------------------------------------------------------------------
## is_web
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.395 144 0.156 0.2636
##
## --------------------------------------------------------------------------------
## is_mobile
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.235 79 0.08559 0.1567
##
## --------------------------------------------------------------------------------
## is_enterprise
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.219 73 0.07909 0.1458
##
## --------------------------------------------------------------------------------
## is_advertising
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.188 62 0.06717 0.1255
##
## --------------------------------------------------------------------------------
## is_gamesvideo
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.159 52 0.05634 0.1064
##
## --------------------------------------------------------------------------------
## is_ecommerce
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.079 25 0.02709 0.05276
##
## --------------------------------------------------------------------------------
## is_biotech
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.106 34 0.03684 0.07104
##
## --------------------------------------------------------------------------------
## is_consulting
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.01 3 0.00325 0.006486
##
## --------------------------------------------------------------------------------
## is_othercategory
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.656 298 0.3229 0.4377
##
## --------------------------------------------------------------------------------
## object_id
## n missing distinct
## 923 0 922
##
## lowest : c:10054 c:101312 c:10137 c:10153 c:10158
## highest: c:9772 c:9782 c:9816 c:9822 c:997
## --------------------------------------------------------------------------------
## has_VC
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.659 301 0.3261 0.44
##
## --------------------------------------------------------------------------------
## has_angel
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.569 235 0.2546 0.38
##
## --------------------------------------------------------------------------------
## has_roundA
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.75 469 0.5081 0.5004
##
## --------------------------------------------------------------------------------
## has_roundB
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.715 362 0.3922 0.4773
##
## --------------------------------------------------------------------------------
## has_roundC
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.536 215 0.2329 0.3577
##
## --------------------------------------------------------------------------------
## has_roundD
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.269 92 0.09967 0.1797
##
## --------------------------------------------------------------------------------
## avg_participants
## n missing distinct Info Mean Gmd .05 .10
## 923 0 59 0.98 2.839 1.922 1.0 1.0
## .25 .50 .75 .90 .95
## 1.5 2.5 3.8 5.0 6.0
##
## lowest : 1.0000 1.2500 1.3333 1.4000 1.5000
## highest: 10.0000 11.0000 11.5000 12.5000 16.0000
## --------------------------------------------------------------------------------
## is_top500
## n missing distinct Info Sum Mean Gmd
## 923 0 2 0.463 747 0.8093 0.309
##
## --------------------------------------------------------------------------------
## status
## n missing distinct
## 923 0 2
##
## Value acquired closed
## Frequency 597 326
## Proportion 0.647 0.353
## --------------------------------------------------------------------------------
After skimming the data to get a good overview, we will clean the data. First, we will check for missing values and duplicates.
## # A tibble: 2 x 50
## object_id dupe_count unnamed_0 state_code latitude longitude zip_code id
## <chr> <int> <dbl> <chr> <dbl> <dbl> <chr> <chr>
## 1 c:28482 2 506 CA 37.5 -122. 94538 c:28~
## 2 c:28482 2 505 CA 37.5 -122. 94538 c:28~
## # ... with 42 more variables: city <chr>, unnamed_6 <chr>, name <chr>,
## # labels <dbl>, founded_at <chr>, closed_at <chr>, first_funding_at <chr>,
## # last_funding_at <chr>, age_first_funding_year <dbl>,
## # age_last_funding_year <dbl>, age_first_milestone_year <dbl>,
## # age_last_milestone_year <dbl>, relationships <dbl>, funding_rounds <dbl>,
## # funding_total_usd <dbl>, milestones <dbl>, state_code_1 <chr>, is_ca <dbl>,
## # is_ny <dbl>, is_ma <dbl>, is_tx <dbl>, is_otherstate <dbl>,
## # category_code <chr>, is_software <dbl>, is_web <dbl>, is_mobile <dbl>,
## # is_enterprise <dbl>, is_advertising <dbl>, is_gamesvideo <dbl>,
## # is_ecommerce <dbl>, is_biotech <dbl>, is_consulting <dbl>,
## # is_othercategory <dbl>, has_vc <dbl>, has_angel <dbl>, has_round_a <dbl>,
## # has_round_b <dbl>, has_round_c <dbl>, has_round_d <dbl>,
## # avg_participants <dbl>, is_top500 <dbl>, status <chr>
There is one duplicate for the start-up “Redwood Systems”, which have slightly different coordinates. Perhaps, they have moved locations but since they are both in California and still have the same zip code we will just remove the row that does not have an exact address.
# removing the duplicate row
startup_data_process <- startup_data_process[ !(startup_data_process$unnamed_0 == 505), ]
# checking if there still are duplicates
dupes <- startup_data_process %>%
get_dupes(object_id)## No duplicate combinations found of: object_id
## # A tibble: 0 x 50
## # ... with 50 variables: object_id <chr>, dupe_count <int>, unnamed_0 <dbl>,
## # state_code <chr>, latitude <dbl>, longitude <dbl>, zip_code <chr>,
## # id <chr>, city <chr>, unnamed_6 <chr>, name <chr>, labels <dbl>,
## # founded_at <chr>, closed_at <chr>, first_funding_at <chr>,
## # last_funding_at <chr>, age_first_funding_year <dbl>,
## # age_last_funding_year <dbl>, age_first_milestone_year <dbl>,
## # age_last_milestone_year <dbl>, relationships <dbl>, funding_rounds <dbl>,
## # funding_total_usd <dbl>, milestones <dbl>, state_code_1 <chr>, is_ca <dbl>,
## # is_ny <dbl>, is_ma <dbl>, is_tx <dbl>, is_otherstate <dbl>,
## # category_code <chr>, is_software <dbl>, is_web <dbl>, is_mobile <dbl>,
## # is_enterprise <dbl>, is_advertising <dbl>, is_gamesvideo <dbl>,
## # is_ecommerce <dbl>, is_biotech <dbl>, is_consulting <dbl>,
## # is_othercategory <dbl>, has_vc <dbl>, has_angel <dbl>, has_round_a <dbl>,
## # has_round_b <dbl>, has_round_c <dbl>, has_round_d <dbl>,
## # avg_participants <dbl>, is_top500 <dbl>, status <chr>
After there are now more duplicates, we will start dealing with missing data.
## startup_data_process
##
## 49 Variables 922 Observations
## --------------------------------------------------------------------------------
## unnamed_0
## n missing distinct Info Mean Gmd .05 .10
## 922 0 922 1 572.4 385.6 55.05 112.10
## .25 .50 .75 .90 .95
## 283.25 577.50 866.75 1028.90 1088.95
##
## lowest : 1 2 3 4 5, highest: 1149 1150 1151 1152 1153
## --------------------------------------------------------------------------------
## state_code
## n missing distinct
## 922 0 35
##
## lowest : AR AZ CA CO CT, highest: UT VA WA WI WV
## --------------------------------------------------------------------------------
## latitude
## n missing distinct Info Mean Gmd .05 .10
## 922 0 651 1 38.52 3.926 32.90 33.97
## .25 .50 .75 .90 .95
## 37.39 37.78 40.73 42.48 45.01
##
## lowest : 25.75236 26.05246 26.10627 27.95185 28.03298
## highest: 47.76576 47.80218 51.43247 54.98320 59.33523
## --------------------------------------------------------------------------------
## longitude
## n missing distinct Info Mean Gmd .05 .10
## 922 0 650 1 -103.5 23.2 -122.42 -122.40
## .25 .50 .75 .90 .95
## -122.20 -118.37 -77.21 -73.20 -71.20
##
## lowest : -122.756956 -122.725662 -122.674456 -122.674195 -122.668452
## highest: -70.923675 -70.144101 -2.664213 -1.574631 18.057121
## --------------------------------------------------------------------------------
## zip_code
## n missing distinct
## 922 0 382
##
## lowest : 01752-4603 01862-2000 02111-1720 10001 100011
## highest: 98665 99202 CA 90245 CA 94105 Maryland 21045
## --------------------------------------------------------------------------------
## id
## n missing distinct
## 922 0 922
##
## lowest : c:10054 c:101312 c:10137 c:10153 c:10158
## highest: c:9772 c:9782 c:9816 c:9822 c:997
## --------------------------------------------------------------------------------
## city
## n missing distinct
## 922 0 221
##
## lowest : Acton Addison Alameda Albuquerque Aliso Viejo
## highest: Woburn Woodbury Yardley Yorba Linda Zeeland
## --------------------------------------------------------------------------------
## unnamed_6
## n missing distinct
## 430 492 252
##
## lowest : Acton MA 1720 Addison TX 75001 Alameda CA 94501 Albuquerque NM 87102 Aliso Viejo CA 92656
## highest: Wilmington MA 1887 Woburn MA 1801 Woodbury NY 11797 Yardley PA 19067 Yorba Linda CA 92887
## --------------------------------------------------------------------------------
## name
## n missing distinct
## 922 0 922
##
## lowest : #waywire 1000memories 41st Parameter 5min Media Aardvark
## highest: ZipList ZManda Zong ZoomSafer Zymetis
## --------------------------------------------------------------------------------
## labels
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.686 596 0.6464 0.4576
##
## --------------------------------------------------------------------------------
## founded_at
## n missing distinct
## 922 0 217
##
## lowest : 1/1/1984 1/1/1985 1/1/1992 1/1/1995 1/1/1996
## highest: 9/19/2009 9/24/2010 9/6/2006 9/9/2009 9/9/2010
## --------------------------------------------------------------------------------
## closed_at
## n missing distinct
## 335 587 202
##
## lowest : 1/1/2001 1/1/2005 1/1/2007 1/1/2008 1/1/2009
## highest: 9/28/2011 9/4/2012 9/6/2011 9/6/2013 9/8/2013
## --------------------------------------------------------------------------------
## first_funding_at
## n missing distinct
## 922 0 585
##
## lowest : 1/1/2000 1/1/2001 1/1/2002 1/1/2003 1/1/2004
## highest: 9/7/2011 9/8/2003 9/8/2005 9/9/2005 9/9/2009
## --------------------------------------------------------------------------------
## last_funding_at
## n missing distinct
## 922 0 680
##
## lowest : 1/1/2001 1/1/2004 1/1/2005 1/1/2006 1/1/2007
## highest: 9/7/2006 9/8/2005 9/8/2008 9/9/2008 9/9/2011
## --------------------------------------------------------------------------------
## age_first_funding_year
## n missing distinct Info Mean Gmd .05 .10
## 922 0 634 1 2.237 2.506 0.0000 0.0000
## .25 .50 .75 .90 .95
## 0.5746 1.4493 3.5781 5.4244 6.5712
##
## lowest : -9.0466 -3.5068 -1.9863 -1.4712 -1.1836
## highest: 11.4329 16.4192 16.9863 20.8055 21.8959
## --------------------------------------------------------------------------------
## age_last_funding_year
## n missing distinct Info Mean Gmd .05 .10
## 922 0 756 1 3.931 3.21 0.2467 0.6688
## .25 .50 .75 .90 .95
## 1.6692 3.5206 5.5609 7.9158 9.3616
##
## lowest : -9.0466 -1.9863 -1.1836 -0.9178 -0.5014
## highest: 14.9726 16.4192 16.9863 20.8055 21.8959
## --------------------------------------------------------------------------------
## age_first_milestone_year
## n missing distinct Info Mean Gmd .05 .10
## 770 152 471 1 3.056 3.152 -0.1616 0.0000
## .25 .50 .75 .90 .95
## 1.0000 2.5191 4.6883 6.9597 8.3085
##
## lowest : -14.1699 -7.0055 -6.0466 -3.7507 -3.0000
## highest: 12.5041 13.0110 15.4986 16.6630 24.6849
## --------------------------------------------------------------------------------
## age_last_milestone_year
## n missing distinct Info Mean Gmd .05 .10
## 770 152 585 1 4.755 3.548 0.1481 1.0000
## .25 .50 .75 .90 .95
## 2.3973 4.4822 6.7534 9.0055 10.4307
##
## lowest : -7.0055 -3.8822 -3.7507 -3.0000 -1.9151
## highest: 13.5863 14.0329 15.4986 18.3233 24.6849
## --------------------------------------------------------------------------------
## relationships
## n missing distinct Info Mean Gmd .05 .10
## 922 0 41 0.995 7.704 7.07 1 1
## .25 .50 .75 .90 .95
## 3 5 10 16 22
##
## lowest : 0 1 2 3 4, highest: 38 42 45 57 63
## --------------------------------------------------------------------------------
## funding_rounds
## n missing distinct Info Mean Gmd
## 922 0 9 0.924 2.309 1.438
##
## lowest : 1 2 3 4 5, highest: 5 6 7 8 10
##
## Value 1 2 3 4 5 6 7 8 10
## Frequency 317 280 167 89 40 13 13 2 1
## Proportion 0.344 0.304 0.181 0.097 0.043 0.014 0.014 0.002 0.001
## --------------------------------------------------------------------------------
## funding_total_usd
## n missing distinct Info Mean Gmd .05 .10
## 922 0 505 1 25410172 36168148 185750 577500
## .25 .50 .75 .90 .95
## 2712500 10000000 24652635 46750000 69570000
##
## lowest : 11000 12000 15000 19000 20000
## highest: 232000100 238209999 299500000 510000000 5700000000
##
## Value 0.0e+00 5.0e+07 1.0e+08 1.5e+08 2.0e+08 2.5e+08 3.0e+08 5.0e+08
## Frequency 701 187 22 6 1 2 1 1
## Proportion 0.760 0.203 0.024 0.007 0.001 0.002 0.001 0.001
##
## Value 5.7e+09
## Frequency 1
## Proportion 0.001
##
## For the frequency table, variable is rounded to the nearest 50000000
## --------------------------------------------------------------------------------
## milestones
## n missing distinct Info Mean Gmd
## 922 0 8 0.949 1.842 1.453
##
## lowest : 0 1 2 3 4, highest: 3 4 5 6 8
##
## Value 0 1 2 3 4 5 6 8
## Frequency 152 250 245 182 62 24 6 1
## Proportion 0.165 0.271 0.266 0.197 0.067 0.026 0.007 0.001
## --------------------------------------------------------------------------------
## state_code_1
## n missing distinct
## 921 1 35
##
## lowest : AR AZ CA CO CT, highest: UT VA WA WI WV
## --------------------------------------------------------------------------------
## is_ca
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.748 486 0.5271 0.4991
##
## --------------------------------------------------------------------------------
## is_ny
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.305 106 0.115 0.2037
##
## --------------------------------------------------------------------------------
## is_ma
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.246 83 0.09002 0.164
##
## --------------------------------------------------------------------------------
## is_tx
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.13 42 0.04555 0.08705
##
## --------------------------------------------------------------------------------
## is_otherstate
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.517 204 0.2213 0.345
##
## --------------------------------------------------------------------------------
## category_code
## n missing distinct
## 922 0 35
##
## lowest : advertising analytics automotive biotech cleantech
## highest: software sports transportation travel web
## --------------------------------------------------------------------------------
## is_software
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.415 153 0.1659 0.2771
##
## --------------------------------------------------------------------------------
## is_web
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.395 144 0.1562 0.2639
##
## --------------------------------------------------------------------------------
## is_mobile
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.235 79 0.08568 0.1569
##
## --------------------------------------------------------------------------------
## is_enterprise
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.219 73 0.07918 0.146
##
## --------------------------------------------------------------------------------
## is_advertising
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.188 62 0.06725 0.1256
##
## --------------------------------------------------------------------------------
## is_gamesvideo
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.16 52 0.0564 0.1066
##
## --------------------------------------------------------------------------------
## is_ecommerce
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.079 25 0.02711 0.05282
##
## --------------------------------------------------------------------------------
## is_biotech
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.107 34 0.03688 0.07111
##
## --------------------------------------------------------------------------------
## is_consulting
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.01 3 0.003254 0.006493
##
## --------------------------------------------------------------------------------
## is_othercategory
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.655 297 0.3221 0.4372
##
## --------------------------------------------------------------------------------
## object_id
## n missing distinct
## 922 0 922
##
## lowest : c:10054 c:101312 c:10137 c:10153 c:10158
## highest: c:9772 c:9782 c:9816 c:9822 c:997
## --------------------------------------------------------------------------------
## has_vc
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.659 300 0.3254 0.4395
##
## --------------------------------------------------------------------------------
## has_angel
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.57 235 0.2549 0.3802
##
## --------------------------------------------------------------------------------
## has_round_a
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.75 468 0.5076 0.5004
##
## --------------------------------------------------------------------------------
## has_round_b
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.715 361 0.3915 0.477
##
## --------------------------------------------------------------------------------
## has_round_c
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.535 214 0.2321 0.3569
##
## --------------------------------------------------------------------------------
## has_round_d
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.269 92 0.09978 0.1798
##
## --------------------------------------------------------------------------------
## avg_participants
## n missing distinct Info Mean Gmd .05 .10
## 922 0 59 0.98 2.839 1.923 1.0 1.0
## .25 .50 .75 .90 .95
## 1.5 2.5 3.8 5.0 6.0
##
## lowest : 1.0000 1.2500 1.3333 1.4000 1.5000
## highest: 10.0000 11.0000 11.5000 12.5000 16.0000
## --------------------------------------------------------------------------------
## is_top500
## n missing distinct Info Sum Mean Gmd
## 922 0 2 0.463 746 0.8091 0.3092
##
## --------------------------------------------------------------------------------
## status
## n missing distinct
## 922 0 2
##
## Value acquired closed
## Frequency 596 326
## Proportion 0.646 0.354
## --------------------------------------------------------------------------------
## unnamed_0 state_code latitude longitude zip_code id city name labels
## 120 1 1 1 1 1 1 1 1 1
## 219 1 1 1 1 1 1 1 1 1
## 109 1 1 1 1 1 1 1 1 1
## 321 1 1 1 1 1 1 1 1 1
## 67 1 1 1 1 1 1 1 1 1
## 24 1 1 1 1 1 1 1 1 1
## 38 1 1 1 1 1 1 1 1 1
## 23 1 1 1 1 1 1 1 1 1
## 1 1 1 1 1 1 1 1 1 1
## 0 0 0 0 0 0 0 0 0
## founded_at first_funding_at last_funding_at age_first_funding_year
## 120 1 1 1 1
## 219 1 1 1 1
## 109 1 1 1 1
## 321 1 1 1 1
## 67 1 1 1 1
## 24 1 1 1 1
## 38 1 1 1 1
## 23 1 1 1 1
## 1 1 1 1 1
## 0 0 0 0
## age_last_funding_year relationships funding_rounds funding_total_usd
## 120 1 1 1 1
## 219 1 1 1 1
## 109 1 1 1 1
## 321 1 1 1 1
## 67 1 1 1 1
## 24 1 1 1 1
## 38 1 1 1 1
## 23 1 1 1 1
## 1 1 1 1 1
## 0 0 0 0
## milestones is_ca is_ny is_ma is_tx is_otherstate category_code is_software
## 120 1 1 1 1 1 1 1 1
## 219 1 1 1 1 1 1 1 1
## 109 1 1 1 1 1 1 1 1
## 321 1 1 1 1 1 1 1 1
## 67 1 1 1 1 1 1 1 1
## 24 1 1 1 1 1 1 1 1
## 38 1 1 1 1 1 1 1 1
## 23 1 1 1 1 1 1 1 1
## 1 1 1 1 1 1 1 1 1
## 0 0 0 0 0 0 0 0
## is_web is_mobile is_enterprise is_advertising is_gamesvideo is_ecommerce
## 120 1 1 1 1 1 1
## 219 1 1 1 1 1 1
## 109 1 1 1 1 1 1
## 321 1 1 1 1 1 1
## 67 1 1 1 1 1 1
## 24 1 1 1 1 1 1
## 38 1 1 1 1 1 1
## 23 1 1 1 1 1 1
## 1 1 1 1 1 1 1
## 0 0 0 0 0 0
## is_biotech is_consulting is_othercategory object_id has_vc has_angel
## 120 1 1 1 1 1 1
## 219 1 1 1 1 1 1
## 109 1 1 1 1 1 1
## 321 1 1 1 1 1 1
## 67 1 1 1 1 1 1
## 24 1 1 1 1 1 1
## 38 1 1 1 1 1 1
## 23 1 1 1 1 1 1
## 1 1 1 1 1 1 1
## 0 0 0 0 0 0
## has_round_a has_round_b has_round_c has_round_d avg_participants is_top500
## 120 1 1 1 1 1 1
## 219 1 1 1 1 1 1
## 109 1 1 1 1 1 1
## 321 1 1 1 1 1 1
## 67 1 1 1 1 1 1
## 24 1 1 1 1 1 1
## 38 1 1 1 1 1 1
## 23 1 1 1 1 1 1
## 1 1 1 1 1 1 1
## 0 0 0 0 0 0
## status state_code_1 age_first_milestone_year age_last_milestone_year
## 120 1 1 1 1
## 219 1 1 1 1
## 109 1 1 1 1
## 321 1 1 1 1
## 67 1 1 0 0
## 24 1 1 0 0
## 38 1 1 0 0
## 23 1 1 0 0
## 1 1 0 1 1
## 0 1 152 152
## unnamed_6 closed_at
## 120 1 1 0
## 219 1 0 1
## 109 0 1 1
## 321 0 0 2
## 67 1 1 2
## 24 1 0 3
## 38 0 1 3
## 23 0 0 4
## 1 0 1 2
## 492 587 1384
There are some missing values for - Unnamed_6: this is a more detailed address, we will delete this column - closed_at - age_first_milestone_year - age_last_milestone_year - state_code.1
# delete unnamed_6
startup_data_process <- startup_data_process %>%
select(-unnamed_6)
# cross-check if closed_at only occurs for start-ups that are not acquired
check_closedat <- startup_data_process %>%
filter(is.na(closed_at) & status == "closed")
# this is the case, so we will leave na here
# cross-check if milestone values are missing if there have not been any milestones
check_milestones <- startup_data_process %>%
filter((is.na(age_first_milestone_year) & milestones != 0) | # or
(is.na(age_last_milestone_year) & milestones != 0))
# this is the case, so we will leave na here
# replace the missing state, which is CA (after research)
startup_data_process$state_code_1 <- ifelse(is.na(startup_data_process$state_code_1), 'CA', startup_data_process$state_code_1)Next, we will look at the data types. The dates still have to be put into the correct data type
Other ones as well?
create age in year create year founded (extract from day) create area variable (West coast, East Cost etc) create
# create year founded
startup_data_process <- startup_data_process %>%
mutate(year_founded = year(founded_at))# make a new category variables -> maybe use top 6 and rest into others
startup_data_process <- startup_data_process %>%
mutate(category1 = ifelse ((category_code != 'software' &
category_code!= 'web' &
category_code != 'mobile' &
category_code != 'enterprise' &
category_code != 'advertising' &
category_code != 'games_video' &
category_code != 'ecommerce' &
category_code != 'biotech' &
category_code != 'consulting'),
'other_category',
startup_data_process$category_code))startup_data_process <- startup_data_process %>%
mutate(category2 = ifelse ((category_code != 'software' &
category_code!= 'web' &
category_code != 'mobile' &
category_code != 'advertising' &
category_code != 'games_video' &
category_code != 'ecommerce' ),
'other_category',
startup_data_process$category_code))After the data cleaning we will assign it back to the original data set and then start our exploratory data analysis.
First, we look into the distribution of the funding amount. It is highly right-skewed, which is why we take the log
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.
## # A tibble: 10 x 51
## unnamed_0 state_code latitude longitude zip_code id city name labels
## <dbl> <chr> <dbl> <dbl> <chr> <chr> <chr> <chr> <dbl>
## 1 86 WA 30.6 -87.0 98033 c:13~ Kirk~ Clea~ 1
## 2 863 CO 40.4 -105. 80538 c:51~ Love~ Abou~ 0
## 3 642 TX 30.3 -97.7 78701 c:36~ Aust~ Reta~ 1
## 4 59 IN 39.8 -86.2 46204 c:12~ Indi~ Exac~ 1
## 5 440 CA 37.5 -122. 94063 c:25~ Redw~ Pear~ 1
## 6 54 CA 37.4 -122. 95112 c:12~ San ~ SolF~ 0
## 7 433 NC 35.7 -79.2 27312 c:25~ Pitt~ Biol~ 0
## 8 297 CA 37.4 -122. 95131 c:18~ San ~ Cyph~ 0
## 9 6 CA 37.8 -122. 94103 c:10~ San ~ Yamm~ 1
## 10 474 MA 42.5 -71.3 1821 c:27~ Bill~ Lumi~ 1
## # ... with 42 more variables: founded_at <date>, closed_at <date>,
## # first_funding_at <date>, last_funding_at <date>,
## # age_first_funding_year <dbl>, age_last_funding_year <dbl>,
## # age_first_milestone_year <dbl>, age_last_milestone_year <dbl>,
## # relationships <dbl>, funding_rounds <dbl>, funding_total_usd <dbl>,
## # milestones <dbl>, state_code_1 <chr>, is_ca <dbl>, is_ny <dbl>,
## # is_ma <dbl>, is_tx <dbl>, is_otherstate <dbl>, category_code <chr>,
## # is_software <dbl>, is_web <dbl>, is_mobile <dbl>, is_enterprise <dbl>,
## # is_advertising <dbl>, is_gamesvideo <dbl>, is_ecommerce <dbl>,
## # is_biotech <dbl>, is_consulting <dbl>, is_othercategory <dbl>,
## # object_id <chr>, has_vc <dbl>, has_angel <dbl>, has_round_a <dbl>,
## # has_round_b <dbl>, has_round_c <dbl>, has_round_d <dbl>,
## # avg_participants <dbl>, is_top500 <dbl>, status <chr>, year_founded <dbl>,
## # category1 <chr>, category2 <chr>
## # A tibble: 10 x 51
## unnamed_0 state_code latitude longitude zip_code id city name labels
## <dbl> <chr> <dbl> <dbl> <chr> <chr> <chr> <chr> <dbl>
## 1 1075 NY 43.0 -78.9 14217 c:79~ Kenm~ Trus~ 0
## 2 963 WA 47.6 -122. 98109 c:60~ Seat~ Worl~ 0
## 3 159 TN 35.1 -90.1 38103-4~ c:15~ Memp~ Frie~ 0
## 4 131 OH 41.7 -83.5 43607 c:14~ Tole~ Clas~ 0
## 5 160 GA 34.0 -84.0 30043 c:15~ Lawr~ Nala~ 0
## 6 985 CA 37.8 -122. 94609 c:63~ Oakl~ Slip~ 0
## 7 392 VA 38.9 -77.1 22201 c:23~ Arli~ Soci~ 0
## 8 876 TX 30.3 -97.7 78701 c:51~ Aust~ Hurr~ 0
## 9 455 MI 42.8 -86.0 49464 c:26~ Zeel~ Reve~ 0
## 10 144 OH 39.1 -84.5 45202 c:15~ Cinc~ Styl~ 0
## # ... with 42 more variables: founded_at <date>, closed_at <date>,
## # first_funding_at <date>, last_funding_at <date>,
## # age_first_funding_year <dbl>, age_last_funding_year <dbl>,
## # age_first_milestone_year <dbl>, age_last_milestone_year <dbl>,
## # relationships <dbl>, funding_rounds <dbl>, funding_total_usd <dbl>,
## # milestones <dbl>, state_code_1 <chr>, is_ca <dbl>, is_ny <dbl>,
## # is_ma <dbl>, is_tx <dbl>, is_otherstate <dbl>, category_code <chr>,
## # is_software <dbl>, is_web <dbl>, is_mobile <dbl>, is_enterprise <dbl>,
## # is_advertising <dbl>, is_gamesvideo <dbl>, is_ecommerce <dbl>,
## # is_biotech <dbl>, is_consulting <dbl>, is_othercategory <dbl>,
## # object_id <chr>, has_vc <dbl>, has_angel <dbl>, has_round_a <dbl>,
## # has_round_b <dbl>, has_round_c <dbl>, has_round_d <dbl>,
## # avg_participants <dbl>, is_top500 <dbl>, status <chr>, year_founded <dbl>,
## # category1 <chr>, category2 <chr>
# startups according to funding round
startup_data %>%
group_by(funding_rounds) %>%
summarise(count_funding=n())## `summarise()` ungrouping output (override with `.groups` argument)
## # A tibble: 9 x 2
## funding_rounds count_funding
## <dbl> <int>
## 1 1 317
## 2 2 280
## 3 3 167
## 4 4 89
## 5 5 40
## 6 6 13
## 7 7 13
## 8 8 2
## 9 10 1
## Warning: Removed 152 rows containing non-finite values (stat_density).
## Warning: Removed 152 rows containing non-finite values (stat_density).
-> Names and distributions of categorical values. For the categorical variables, we looked into the sectors:
startup_data %>%
group_by(category_code) %>%
summarise(count_category = n()) %>%
arrange(desc(count_category))## `summarise()` ungrouping output (override with `.groups` argument)
## # A tibble: 35 x 2
## category_code count_category
## <chr> <int>
## 1 software 153
## 2 web 144
## 3 mobile 79
## 4 enterprise 73
## 5 advertising 62
## 6 games_video 52
## 7 semiconductor 35
## 8 biotech 34
## 9 network_hosting 34
## 10 hardware 27
## # ... with 25 more rows
# we have 35 categories of startups with the highest number of startups in software
startup_data %>%
group_by(category_code) %>%
summarise(count = n()) %>%
ggplot(aes(
x = reorder(category_code, count),
y = count
)) +
geom_col() +
coord_flip() +
labs(
x = "startup category",
y = "number of startups"
)## `summarise()` ungrouping output (override with `.groups` argument)
startup_data %>%
group_by(category_code, status) %>%
summarise(count = n()) %>%
ggplot(aes(
x = reorder(category_code, count),
y = count,
fill = reorder(status, desc(status))
)) +
geom_col() +
coord_flip() +
scale_fill_manual(values = c("#FF3333", "#00CC66")) +
labs(fill = "start up status",
x = "category")## `summarise()` regrouping output by 'category_code' (override with `.groups` argument)
Next, we will look at the locations of the start-ups. Start-ups are located in 35 different states, with most of them being in California
# look at the start-ups per state
startup_data %>%
group_by(state_code_1) %>%
summarise(count_state = n()) %>%
arrange(desc(count_state))## `summarise()` ungrouping output (override with `.groups` argument)
## # A tibble: 35 x 2
## state_code_1 count_state
## <chr> <int>
## 1 CA 487
## 2 NY 106
## 3 MA 83
## 4 TX 42
## 5 WA 42
## 6 CO 19
## 7 IL 18
## 8 PA 17
## 9 VA 13
## 10 GA 11
## # ... with 25 more rows
## Skipping install of 'urbnmapr' from a github remote, the SHA1 (ef9f4488) has not changed since last install.
## Use `force = TRUE` to force installation
## Simple feature collection with 3142 features and 6 fields
## geometry type: MULTIPOLYGON
## dimension: XY
## bbox: xmin: -2600000 ymin: -2363000 xmax: 2516374 ymax: 732352.2
## projected CRS: US National Atlas Equal Area
## First 10 features:
## county_fips state_abbv state_fips county_name fips_class
## 1 04015 AZ 04 Mohave County H1
## 2 12035 FL 12 Flagler County H1
## 3 20129 KS 20 Morton County H1
## 4 28093 MS 28 Marshall County H1
## 5 29510 MO 29 St. Louis city C7
## 6 35031 NM 35 McKinley County H1
## 7 37187 NC 37 Washington County H1
## 8 38013 ND 38 Burke County H1
## 9 51700 VA 51 Newport News city C7
## 10 20109 KS 20 Logan County H1
## state_name geometry
## 1 Arizona MULTIPOLYGON (((-1321573 -8...
## 2 Florida MULTIPOLYGON (((1785548 -15...
## 3 Kansas MULTIPOLYGON (((-181692.7 -...
## 4 Mississippi MULTIPOLYGON (((936765 -105...
## 5 Missouri MULTIPOLYGON (((840327.3 -6...
## 6 New Mexico MULTIPOLYGON (((-819326.8 -...
## 7 North Carolina MULTIPOLYGON (((2064587 -74...
## 8 North Dakota MULTIPOLYGON (((-214456.6 4...
## 9 Virginia MULTIPOLYGON (((2043776 -58...
## 10 Kansas MULTIPOLYGON (((-127652.9 -...
## [1] "sf" "data.frame"
## Geometry set for 3142 features
## geometry type: MULTIPOLYGON
## dimension: XY
## bbox: xmin: -2600000 ymin: -2363000 xmax: 2516374 ymax: 732352.2
## projected CRS: US National Atlas Equal Area
## First 5 geometries:
## MULTIPOLYGON (((-1321573 -873787.5, -1321334 -8...
## MULTIPOLYGON (((1785548 -1513342, 1804407 -1508...
## MULTIPOLYGON (((-181692.7 -883882.3, -181677.3 ...
## MULTIPOLYGON (((936765 -1054120, 944016.3 -1053...
## MULTIPOLYGON (((840327.3 -662360, 841064.5 -656...
counties_sf <- counties_sf %>%
st_transform(4326)
counties_sf %>%
ggplot(aes()) +
geom_sf(fill = "grey70", colour = "#ffffff") +
geom_point(data = startup_data, aes(
x = longitude,
y = latitude
))## # A tibble: 4 x 51
## unnamed_0 state_code latitude longitude zip_code id city name labels
## <dbl> <chr> <dbl> <dbl> <chr> <chr> <chr> <chr> <dbl>
## 1 542 RI 51.4 -2.66 2906 c:30~ Prov~ DiJi~ 1
## 2 1016 RI 51.4 -2.66 2903 c:69~ Prov~ Trac~ 1
## 3 314 CT 55.0 -1.57 6103 c:18~ Hart~ MOLI 0
## 4 290 CA 59.3 18.1 95054 c:17~ Sant~ Xele~ 1
## # ... with 42 more variables: founded_at <date>, closed_at <date>,
## # first_funding_at <date>, last_funding_at <date>,
## # age_first_funding_year <dbl>, age_last_funding_year <dbl>,
## # age_first_milestone_year <dbl>, age_last_milestone_year <dbl>,
## # relationships <dbl>, funding_rounds <dbl>, funding_total_usd <dbl>,
## # milestones <dbl>, state_code_1 <chr>, is_ca <dbl>, is_ny <dbl>,
## # is_ma <dbl>, is_tx <dbl>, is_otherstate <dbl>, category_code <chr>,
## # is_software <dbl>, is_web <dbl>, is_mobile <dbl>, is_enterprise <dbl>,
## # is_advertising <dbl>, is_gamesvideo <dbl>, is_ecommerce <dbl>,
## # is_biotech <dbl>, is_consulting <dbl>, is_othercategory <dbl>,
## # object_id <chr>, has_vc <dbl>, has_angel <dbl>, has_round_a <dbl>,
## # has_round_b <dbl>, has_round_c <dbl>, has_round_d <dbl>,
## # avg_participants <dbl>, is_top500 <dbl>, status <chr>, year_founded <dbl>,
## # category1 <chr>, category2 <chr>
## `summarise()` ungrouping output (override with `.groups` argument)
counties_sf_heat <- counties_sf %>%
left_join(num_by_state, by = c("state_abbv" = "state_code"))
counties_sf_heat %>%
ggplot(aes()) +
geom_sf(aes(fill = count)) +
scale_fill_gradient(low = "blue", high = "#98ff98")## # A tibble: 6 x 51
## unnamed_0 state_code latitude longitude zip_code id city name labels
## <dbl> <chr> <dbl> <dbl> <chr> <chr> <chr> <chr> <dbl>
## 1 1005 CA 42.4 -71.1 92101 c:66~ San ~ Band~ 1
## 2 204 CA 37.2 -122. 95032 c:16~ Los ~ TriC~ 1
## 3 1001 CA 32.9 -117. 92121 c:65~ San ~ Plixi 1
## 4 738 CA 37.3 -122. 95014 c:42~ Cupe~ Soli~ 1
## 5 1002 CA 37.8 -122. 94105 c:65~ San ~ Inha~ 0
## 6 379 CA 37.4 -122. 94043 c:22~ Moun~ Mati~ 0
## # ... with 42 more variables: founded_at <date>, closed_at <date>,
## # first_funding_at <date>, last_funding_at <date>,
## # age_first_funding_year <dbl>, age_last_funding_year <dbl>,
## # age_first_milestone_year <dbl>, age_last_milestone_year <dbl>,
## # relationships <dbl>, funding_rounds <dbl>, funding_total_usd <dbl>,
## # milestones <dbl>, state_code_1 <chr>, is_ca <dbl>, is_ny <dbl>,
## # is_ma <dbl>, is_tx <dbl>, is_otherstate <dbl>, category_code <chr>,
## # is_software <dbl>, is_web <dbl>, is_mobile <dbl>, is_enterprise <dbl>,
## # is_advertising <dbl>, is_gamesvideo <dbl>, is_ecommerce <dbl>,
## # is_biotech <dbl>, is_consulting <dbl>, is_othercategory <dbl>,
## # object_id <chr>, has_vc <dbl>, has_angel <dbl>, has_round_a <dbl>,
## # has_round_b <dbl>, has_round_c <dbl>, has_round_d <dbl>,
## # avg_participants <dbl>, is_top500 <dbl>, status <chr>, year_founded <dbl>,
## # category1 <chr>, category2 <chr>
## Loading required package: ggformula
## Loading required package: ggstance
##
## Attaching package: 'ggstance'
## The following objects are masked from 'package:ggplot2':
##
## geom_errorbarh, GeomErrorbarh
##
## New to ggformula? Try the tutorials:
## learnr::run_tutorial("introduction", package = "ggformula")
## learnr::run_tutorial("refining", package = "ggformula")
## Loading required package: mosaicData
## Loading required package: Matrix
##
## Attaching package: 'Matrix'
## The following objects are masked from 'package:tidyr':
##
## expand, pack, unpack
## Registered S3 method overwritten by 'mosaic':
## method from
## fortify.SpatialPolygonsDataFrame ggplot2
##
## The 'mosaic' package masks several functions from core packages in order to add
## additional features. The original behavior of these functions should not be affected by this.
##
## Note: If you use the Matrix package, be sure to load it BEFORE loading mosaic.
##
## Have you tried the ggformula package for your plots?
##
## Attaching package: 'mosaic'
## The following object is masked from 'package:Matrix':
##
## mean
## The following object is masked from 'package:scales':
##
## rescale
## The following object is masked from 'package:skimr':
##
## n_missing
## The following objects are masked from 'package:dplyr':
##
## count, do, tally
## The following object is masked from 'package:purrr':
##
## cross
## The following object is masked from 'package:ggplot2':
##
## stat
## The following objects are masked from 'package:stats':
##
## binom.test, cor, cor.test, cov, fivenum, IQR, median, prop.test,
## quantile, sd, t.test, var
## The following objects are masked from 'package:base':
##
## max, mean, min, prod, range, sample, sum
##
## Attaching package: 'huxtable'
## The following object is masked from 'package:scales':
##
## number_format
## The following object is masked from 'package:kableExtra':
##
## add_footnote
## The following objects are masked from 'package:Hmisc':
##
## contents, label, label<-
## The following object is masked from 'package:dplyr':
##
## add_rownames
## The following object is masked from 'package:ggplot2':
##
## theme_grey
## Registered S3 method overwritten by 'GGally':
## method from
## +.gg ggplot2
##
## Attaching package: 'GGally'
## The following object is masked from 'package:huxtable':
##
## wrap
## Loading required package: carData
##
## Attaching package: 'car'
## The following objects are masked from 'package:mosaic':
##
## deltaMethod, logit
## The following object is masked from 'package:dplyr':
##
## recode
## The following object is masked from 'package:purrr':
##
## some
# Visualisations
Which categories are most successful / get most funding? or similar
Josi: I already played with this, maybe you can use it: Which industry receives the most total funding?
funding_total <- startup_data %>%
group_by(category1) %>%
summarise(total_funding = (sum(funding_total_usd))/1000000) ## `summarise()` ungrouping output (override with `.groups` argument)
funding_total_plot <- funding_total %>%
ggplot(aes(x = total_funding, y = reorder(category1, total_funding), fill = category1)) +
geom_bar(stat="identity")
funding_total_plotWhich industry receives the most funding on average?
funding_average <- startup_data %>%
group_by(category1) %>%
summarise(average_funding = (mean(funding_total_usd))/1000000) ## `summarise()` ungrouping output (override with `.groups` argument)
funding_average_plot <- funding_average %>%
ggplot(aes(x = average_funding, y = reorder(category1, average_funding), fill = category1)) +
geom_bar(stat="identity")
funding_average_plotmake startups map, identifying the next Silicon Valley. maybe look at funding per state / success rate per state startups per population
Lastly, we want to get an idea of when we should aim to complete milestones as well as funding rounds.
Overall, we try to answer the following two questions: - When do we have to reach our first (and last) milestones? - When do we have to reach our first (and last) funding round?
| unnamed_0 | state_code | latitude | longitude | zip_code | id | city | name | labels | founded_at | closed_at | first_funding_at | last_funding_at | age_first_funding_year | age_last_funding_year | age_first_milestone_year | age_last_milestone_year | relationships | funding_rounds | funding_total_usd | milestones | state_code_1 | is_ca | is_ny | is_ma | is_tx | is_otherstate | category_code | is_software | is_web | is_mobile | is_enterprise | is_advertising | is_gamesvideo | is_ecommerce | is_biotech | is_consulting | is_othercategory | object_id | has_vc | has_angel | has_round_a | has_round_b | has_round_c | has_round_d | avg_participants | is_top500 | status | year_founded | category1 | category2 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1e+03 | CA | 42.4 | -71.1 | 92101 | c:6669 | San Diego | Bandsintown | 1 | 2007-01-01 | 2009-04-01 | 2010-01-01 | 2.25 | 3 | 4.67 | 6.7 | 3 | 3 | 3.75e+05 | 3 | CA | 1 | 0 | 0 | 0 | 0 | music | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:6669 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | other_category | other_category | |
| 204 | CA | 37.2 | -122 | 95032 | c:16283 | Los Gatos | TriCipher | 1 | 2000-01-01 | 2005-02-14 | 2009-12-28 | 5.13 | 10 | 7.01 | 7.01 | 9 | 4 | 4.01e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:16283 | 1 | 0 | 0 | 1 | 1 | 1 | 4.75 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 1e+03 | CA | 32.9 | -117 | 92121 | c:65620 | San Diego | Plixi | 1 | 2009-03-18 | 2010-03-30 | 2010-03-30 | 1.03 | 1.03 | 1.46 | 2.21 | 5 | 1 | 2.6e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:65620 | 0 | 0 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | web | web | |
| 738 | CA | 37.3 | -122 | 95014 | c:42668 | Cupertino | Solidcore Systems | 1 | 2002-01-01 | 2005-02-17 | 2007-04-25 | 3.13 | 5.32 | 6 | 6 | 5 | 3 | 4e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:42668 | 0 | 0 | 0 | 1 | 1 | 1 | 3.33 | 1 | acquired | 2e+03 | software | software | |
| 1e+03 | CA | 37.8 | -122 | 94105 | c:65806 | San Francisco | Inhale Digital | 0 | 2010-08-01 | 2012-10-01 | 2010-08-01 | 2012-04-01 | 0 | 1.67 | 0.0384 | 0.0384 | 2 | 2 | 1.3e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:65806 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | games_video | games_video |
| 379 | CA | 37.4 | -122 | 94043 | c:22898 | Mountain View | Matisse Networks | 0 | 2002-01-01 | 2009-02-15 | 2006-07-18 | 2006-07-18 | 4.55 | 4.55 | 5 | 5 | 3 | 1 | 7.5e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:22898 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | 1 | closed | 2e+03 | other_category | other_category |
| 195 | CA | 37.4 | -122 | 94041 | c:16191 | Mountain View | RingCube Technologies | 1 | 2005-01-01 | 2006-09-21 | 2010-03-18 | 1.72 | 5.21 | 3 | 6.61 | 6 | 3 | 2.6e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16191 | 1 | 0 | 1 | 1 | 0 | 0 | 1.67 | 1 | acquired | 2e+03 | software | software | |
| 875 | CA | 38.1 | -123 | 94901 | c:5192 | San Rafael | ClairMail | 1 | 2004-01-01 | 2005-08-24 | 2010-10-04 | 1.65 | 6.76 | 5.61 | 7.36 | 25 | 3 | 3.41e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | finance | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:5192 | 0 | 0 | 1 | 1 | 0 | 1 | 3.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 16 | MA | 42.7 | -73.2 | 1267 | c:1043 | Williamstown | VoodooVox | 1 | 2002-01-01 | 2005-08-02 | 2013-02-08 | 3.59 | 11.1 | 8.01 | 9.99 | 13 | 3 | 9.65e+06 | 4 | MA | 0 | 0 | 1 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1043 | 1 | 0 | 1 | 0 | 0 | 1 | 4 | 1 | acquired | 2e+03 | mobile | mobile | |
| 846 | CA | 37.4 | -122 | 94306 | c:498 | Palo Alto | Doostang | 1 | 2005-06-01 | 2007-02-01 | 2010-02-05 | 1.67 | 4.68 | 2.92 | 6.12 | 14 | 3 | 5.75e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:498 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2e+03 | web | web | |
| 685 | CA | 37.4 | -122 | 94025 | c:3949 | Menlo Park | Zong | 1 | 2000-11-15 | 2005-07-01 | 2010-04-26 | 4.63 | 9.45 | 10.1 | 10.6 | 22 | 3 | 2.75e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3949 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | acquired | 2e+03 | mobile | mobile | |
| 137 | NY | 40.7 | -74 | 11201 | c:1491 | Brooklyn | drop.io | 1 | 2007-11-26 | 2007-12-03 | 2010-05-03 | 0.0192 | 2.44 | 0.794 | 4.38 | 15 | 3 | 9.95e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | education | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1491 | 0 | 0 | 1 | 1 | 1 | 0 | 2.33 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 162 | CO | 39.7 | -105 | 80202 | c:15645 | Denver | Stratavia | 1 | 2001-01-01 | 2005-08-31 | 2009-12-29 | 4.67 | 9 | 8.84 | 8.84 | 12 | 5 | 1.07e+07 | 1 | CO | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:15645 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2e+03 | software | software | |
| 235 | CA | 37.4 | -122 | 94022 | c:16770 | Los Altos | QSecure | 0 | 2003-01-01 | 2012-09-22 | 2005-08-02 | 2009-10-05 | 2.59 | 6.76 | 5.5 | 5.5 | 8 | 5 | 4.9e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:16770 | 1 | 0 | 1 | 1 | 1 | 1 | 3.5 | 1 | closed | 2e+03 | other_category | other_category |
| 25 | CA | 37.6 | -122 | 94010 | c:107 | Burlingame | MeeVee | 1 | 2000-07-01 | 2005-02-01 | 2007-09-01 | 4.59 | 7.17 | -0.499 | 12.7 | 7 | 4 | 2.5e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:107 | 0 | 0 | 1 | 1 | 1 | 1 | 3.5 | 1 | acquired | 2e+03 | games_video | games_video | |
| 858 | NY | 40.7 | -74 | 10004 | c:50727 | New York | SinglePlatform | 1 | 2010-01-01 | 2010-09-29 | 2011-08-01 | 0.743 | 1.58 | 1.28 | 3 | 10 | 3 | 4.58e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:50727 | 0 | 1 | 1 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | web | web | |
| 454 | CA | 37.4 | -122 | 94301 | c:26368 | Palo Alto | Bling Nation | 0 | 2007-01-01 | 2011-09-10 | 2009-07-02 | 2009-10-30 | 2.5 | 2.83 | 3.09 | 3.49 | 13 | 2 | 2.8e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:26368 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | enterprise | other_category |
| 369 | TX | 30.2 | -97.8 | 78735 | c:22291 | Austin | Metreos Corporation | 1 | 2001-01-01 | 2003-03-20 | 2004-10-14 | 2.21 | 3.79 | 4.09 | 9.5 | 8 | 2 | 4.36e+06 | 3 | TX | 0 | 0 | 0 | 1 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:22291 | 0 | 1 | 1 | 0 | 0 | 0 | 1.5 | 0 | acquired | 2e+03 | software | software | |
| 289 | WA | 47.6 | -122 | 98122 | c:17857 | Seattle | Hidden City Games | 0 | 2004-01-01 | 2011-09-28 | 2007-10-31 | 2007-10-31 | 3.83 | 3.83 | 3.75 | 3.75 | 3 | 1 | 1.5e+07 | 1 | WA | 0 | 0 | 0 | 0 | 1 | other | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:17857 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | closed | 2e+03 | other_category | other_category |
| 177 | CA | 37.4 | -122 | 94306 | c:15888 | Palo Alto | Neopolitan Networks | 0 | 2002-01-01 | 2008-07-25 | 2007-06-28 | 2007-06-28 | 5.49 | 5.49 | 0 | 0 | 1 | 1 | 3.17e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:15888 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | closed | 2e+03 | web | web |
| 26 | CA | 37.8 | -122 | 94103 | c:10751 | San Francisco | Pixelpipe | 0 | 2008-01-01 | 2013-08-02 | 2007-01-01 | 2011-04-25 | -1 | 3.32 | 3.7 | 5.66 | 4 | 2 | 2.3e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:10751 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | closed | 2.01e+03 | mobile | mobile |
| 797 | IL | 41.9 | -87.6 | 60601 | c:45525 | Chicago | BridgePort Networks | 1 | 2002-01-01 | 2006-11-03 | 2006-11-03 | 4.84 | 4.84 | 1 | 1 | 3 | 1 | 1.3e+07 | 1 | IL | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:45525 | 0 | 0 | 0 | 0 | 1 | 0 | 4 | 1 | acquired | 2e+03 | software | software | |
| 572 | CA | 37.4 | -122 | 94303 | c:3193 | Palo Alto | Scalent Systems | 1 | 2003-01-01 | 2007-01-22 | 2007-01-22 | 4.06 | 4.06 | 3 | 3 | 7 | 1 | 1.5e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:3193 | 0 | 0 | 0 | 0 | 1 | 0 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 503 | CA | 37.9 | -122 | 94704 | c:28456 | Berkeley | IQ Engines | 1 | 2008-06-01 | 2012-06-25 | 2012-06-25 | 4.07 | 4.07 | 3.42 | 5.23 | 2 | 1 | 3.8e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | photo_video | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:28456 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 642 | TX | 30.3 | -97.7 | 78701 | c:36920 | Austin | RetailMeNot, Inc. | 1 | 2007-05-01 | 2009-11-01 | 2011-11-10 | 2.51 | 4.53 | 4.93 | 5.68 | 37 | 5 | 3e+08 | 2 | TX | 0 | 0 | 0 | 1 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:36920 | 1 | 0 | 1 | 0 | 1 | 0 | 1.75 | 1 | acquired | 2.01e+03 | web | web | |
| 625 | CA | 33.7 | -118 | 92705 | c:35712 | Santa Ana | Mophie | 1 | 2005-05-24 | 2006-08-01 | 2006-08-01 | 1.19 | 1.19 | 2.19 | 7.78 | 5 | 1 | 1e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:35712 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 355 | CA | 37.4 | -122 | 94035 | c:21492 | Moffett Field | Airship Ventures | 0 | 2007-01-01 | 2012-11-14 | 2008-05-09 | 2009-03-01 | 1.35 | 2.16 | 4.52 | 4.52 | 3 | 2 | 1.05e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | other | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:21492 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | other_category | other_category |
| 510 | WA | 47.6 | -122 | 98119 | c:28768 | Seattle | Lockdown Networks | 1 | 2001-01-01 | 2005-02-25 | 2006-03-02 | 4.15 | 5.17 | 3 | 3 | 6 | 2 | 8.6e+06 | 1 | WA | 0 | 0 | 0 | 0 | 1 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:28768 | 1 | 0 | 0 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 145 | CA | 37.8 | -122 | 94105 | c:150658 | San Francisco | Karma | 1 | 2011-01-01 | 2011-01-01 | 2011-11-14 | 0 | 0.869 | 0.414 | 2.17 | 3 | 2 | 2.3e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:150658 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 785 | NY | 40.7 | -74 | 10011 | c:45111 | New York | Entertainment Media Works | 0 | 2004-07-01 | 2008-10-01 | 2007-02-26 | 2007-02-26 | 2.66 | 2.66 | 0 | 0 | 1 | 1 | 4e+06 | 1 | NY | 0 | 1 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:45111 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | closed | 2e+03 | software | software |
| 562 | CA | 37.8 | -122 | 94111 | c:3178 | San Francisco | Elastra | 0 | 2007-01-01 | 2011-01-28 | 2007-08-15 | 2008-08-05 | 0.619 | 1.59 | 1 | 4.33 | 8 | 2 | 1.46e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3178 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | software | software |
| 378 | CA | 37.8 | -122 | 94107 | c:22856 | San Francisco | Fotomoto | 1 | 2008-10-01 | 2008-12-01 | 2011-05-26 | 0.167 | 2.65 | 0.608 | 4.75 | 10 | 3 | 1.82e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:22856 | 0 | 1 | 1 | 0 | 0 | 0 | 2.33 | 1 | acquired | 2.01e+03 | ecommerce | ecommerce | |
| 63 | NY | 40.8 | -74 | 10010 | c:1224 | New York | Peer39 | 1 | 2006-03-01 | 2006-03-01 | 2012-01-24 | 0 | 5.9 | 3.84 | 7.14 | 18 | 7 | 2.99e+07 | 5 | NY | 0 | 1 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:1224 | 1 | 1 | 1 | 1 | 1 | 0 | 2.75 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 65 | GA | 33.8 | -84.4 | 30303 | c:1234 | Atlanta | Vitrue | 1 | 2006-05-01 | 2006-05-01 | 2011-02-17 | 0 | 4.8 | 3.72 | 7.62 | 26 | 4 | 3.3e+07 | 5 | GA | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:1234 | 0 | 0 | 1 | 1 | 1 | 0 | 3 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 139 | NH | 43 | -71.5 | 3101 | c:149809 | Manchester | Trendslide | 1 | 2011-08-01 | 2011-08-01 | 2012-03-01 | 0 | 0.584 | 0.584 | 0.595 | 9 | 2 | 1.25e+05 | 2 | NH | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:149809 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | mobile | mobile | |
| 98 | CA | 40 | -105 | 94025 | c:13733 | Menlo Park | PublicEarth | 0 | 2008-01-01 | 2011-02-15 | 2008-02-08 | 2010-05-21 | 0.104 | 2.39 | 2.33 | 2.79 | 7 | 2 | 4e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | travel | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:13733 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | other_category | other_category |
| 681 | WA | 47.6 | -122 | 98102 | c:39106 | Seattle | Azaleos | 1 | 2004-05-11 | 2007-11-06 | 2007-11-06 | 3.49 | 3.49 | 5.66 | 8.34 | 10 | 1 | 1e+07 | 3 | WA | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:39106 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 884 | CA | 37.4 | -122 | 94089 | c:5306 | Sunnyvale | Efficient Frontier | 1 | 2002-01-01 | 2006-08-31 | 2006-08-31 | 4.67 | 4.67 | 8.74 | 10.2 | 25 | 1 | 6e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:5306 | 0 | 0 | 0 | 0 | 1 | 0 | 3 | 1 | acquired | 2e+03 | advertising | advertising | |
| 747 | NY | 40.7 | -74 | 100011 | c:43188 | New York | Go Try It On | 1 | 2009-12-01 | 2010-11-04 | 2012-11-13 | 0.926 | 2.95 | 0.833 | 2.74 | 2 | 3 | 3.75e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | fashion | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:43188 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 593 | MA | 42.4 | -71.1 | 2139 | c:33507 | Cambridge | Performable | 1 | 2009-10-17 | 2010-01-15 | 2010-01-15 | 0.247 | 0.247 | 1.12 | 1.66 | 9 | 1 | 3e+06 | 2 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:33507 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | software | software | |
| 1.01e+03 | CA | 37.8 | -122 | 94607 | c:68157 | San Francisco | Appstores.com | 1 | 2010-05-24 | 2010-08-01 | 2011-08-01 | 0.189 | 1.19 | 1.36 | 1.66 | 6 | 2 | 1.16e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:68157 | 0 | 1 | 0 | 0 | 0 | 0 | 9.5 | 1 | acquired | 2.01e+03 | software | software | |
| 403 | CA | 37.6 | -122 | 94404 | c:2395 | San Mateo | Fortify Software | 1 | 2002-10-01 | 2005-12-15 | 2005-12-15 | 3.21 | 3.21 | 5.25 | 7.88 | 11 | 1 | 1e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:2395 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | acquired | 2e+03 | software | software | |
| 666 | CA | 37.7 | -122 | 94080 | c:38220 | South San Francisco | iCurrent | 1 | 2006-01-01 | 2008-08-01 | 2008-08-01 | 2.58 | 2.58 | 2 | 2 | 5 | 1 | 3e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:38220 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | web | web | |
| 847 | MA | 42.4 | -71.1 | 2210 | c:49815 | Boston | AisleBuyer | 1 | 2009-01-01 | 2010-11-23 | 2011-06-13 | 1.89 | 2.45 | 2 | 3.28 | 4 | 2 | 1.15e+07 | 3 | MA | 0 | 0 | 1 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:49815 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 421 | TX | 30.3 | -97.8 | 78731 | c:249 | Austin | Indeed | 1 | 2004-11-01 | 2005-08-01 | 2005-08-01 | 0.748 | 0.748 | 4.05 | 8.32 | 12 | 1 | 5e+06 | 5 | TX | 0 | 0 | 0 | 1 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:249 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2e+03 | web | web | |
| 364 | MA | 42.4 | -71.2 | 2451 | c:22027 | Waltham | Colubris Networks | 1 | 2000-01-01 | 2005-03-08 | 2006-10-23 | 5.19 | 6.81 | 7.33 | 7.33 | 9 | 2 | 2.9e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:22027 | 1 | 0 | 0 | 0 | 0 | 1 | 5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 31 | CA | 37.8 | -122 | 94103 | c:109 | San Francisco | Mashery | 1 | 2006-05-01 | 2007-01-01 | 2012-07-23 | 0.671 | 6.23 | 4.05 | 7.6 | 37 | 6 | 3.47e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:109 | 1 | 1 | 1 | 1 | 1 | 1 | 5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 1.06e+03 | CA | 37.4 | -122 | 95128 | c:765 | Palo Alto | Viewdle | 1 | 2006-01-01 | 2008-03-01 | 2010-10-05 | 2.16 | 4.76 | 4 | 6.75 | 13 | 3 | 1.2e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:765 | 1 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 320 | CA | 33.6 | -118 | 92656 | c:19257 | Aliso Viejo | Enclarity | 1 | 2005-02-01 | 2009-03-10 | 2009-03-10 | 4.1 | 4.1 | 1.92 | 1.92 | 18 | 1 | 5.5e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | consulting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | c:19257 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | acquired | 2e+03 | consulting | other_category | |
| 445 | CA | 37.4 | -122 | 94089 | c:25827 | Sunnyvale | Virsto Software | 1 | 2007-07-01 | 2009-06-26 | 2011-08-25 | 1.99 | 4.15 | 2.9 | 5.26 | 10 | 3 | 2.4e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:25827 | 0 | 0 | 1 | 1 | 0 | 0 | 3.33 | 1 | acquired | 2.01e+03 | software | software | |
| 950 | MO | 39.1 | -94.6 | 64106 | c:5932 | Kansas City | Handmark | 1 | 2000-07-01 | 2005-09-12 | 2006-09-07 | 5.2 | 6.19 | 7.51 | 12.9 | 6 | 2 | 1e+07 | 2 | MO | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:5932 | 0 | 0 | 1 | 1 | 0 | 0 | 4.5 | 1 | acquired | 2e+03 | mobile | mobile | |
| 1.11e+03 | CA | 37.8 | -122 | 94111 | c:8596 | San Francisco | Carbonetworks | 0 | 2005-01-01 | 2011-07-28 | 2008-07-01 | 2008-07-01 | 3.5 | 3.5 | 3 | 3 | 6 | 1 | 5e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:8596 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2e+03 | other_category | other_category |
| 332 | WA | 47.7 | -122 | 98033-6314 | c:19861 | Kirkland | SchemaLogic | 1 | 2001-01-01 | 2005-01-17 | 2010-04-20 | 4.05 | 9.3 | 6 | 6 | 2 | 5 | 1.89e+07 | 1 | WA | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:19861 | 1 | 0 | 0 | 0 | 1 | 0 | 3 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 396 | MA | 42.4 | -71.1 | 02111-1720 | c:23533 | Boston | CardStar | 1 | 2008-12-01 | 2010-03-30 | 2011-09-13 | 1.33 | 2.78 | 1.67 | 3.13 | 5 | 3 | 2.03e+06 | 2 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:23533 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | software | software | |
| 431 | CA | 37.8 | -122 | 94501 | c:25325 | Alameda | Makani Power | 1 | 2006-01-01 | 2008-08-23 | 2008-08-23 | 2.64 | 2.64 | 0 | 7.39 | 4 | 1 | 5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:25325 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 13 | CO | 40.7 | -74 | 80302 | c:10392 | Boulder | Intela | 1 | 2006-02-02 | 2010-01-18 | 2012-08-09 | 3.96 | 6.52 | 4.58 | 7.69 | 4 | 2 | 1.32e+07 | 4 | CO | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:10392 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | acquired | 2.01e+03 | advertising | advertising | |
| 452 | CA | 37.5 | -122 | 94403-1855 | c:26128 | San Mateo | Sana Security | 1 | 2000-01-01 | 2007-04-02 | 2007-04-02 | 7.25 | 7.25 | 7.01 | 7.01 | 7 | 1 | 1.2e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:26128 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 492 | CA | 37.8 | -122 | 94104 | c:2808 | San Francisco | Sportgenic | 1 | 2005-09-01 | 2007-01-01 | 2008-09-09 | 1.33 | 3.02 | 3.02 | 3.34 | 9 | 3 | 1.15e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:2808 | 0 | 1 | 1 | 1 | 0 | 0 | 3.33 | 1 | acquired | 2e+03 | advertising | advertising | |
| 20 | CA | 37.8 | -122 | 94105 | c:10581 | San Francisco | Lolapps | 1 | 2008-01-01 | 2008-09-05 | 2008-09-05 | 0.679 | 0.679 | 2.92 | 4.23 | 15 | 1 | 4e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:10581 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | web | web | |
| 315 | CA | 37.3 | -122 | 94087 | c:190214 | Sunnyvale | Behavio | 1 | 2012-06-12 | 2012-06-01 | 2012-06-01 | -0.0301 | -0.0301 | 0.137 | 0.137 | 3 | 1 | 3.55e+05 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:190214 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | software | software | |
| 231 | FL | 28.1 | -82.4 | 33626 | c:1674 | Tampa | Infinity Box | 1 | 2006-01-01 | 2006-01-01 | 2006-04-01 | 0 | 0.247 | 2.42 | 5.32 | 10 | 2 | 1.18e+05 | 3 | FL | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1674 | 0 | 1 | 0 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | web | web | |
| 245 | CA | 37.8 | -122 | 94103 | c:170 | San Francisco | adBrite | 1 | 2003-01-01 | 2001-02-01 | 2004-09-01 | 2012-05-01 | 1.67 | 9.34 | 7.38 | 10.5 | 17 | 4 | 4.04e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:170 | 0 | 0 | 1 | 1 | 1 | 1 | 1.67 | 1 | acquired | 2e+03 | advertising | advertising |
| 810 | CA | 37.5 | -122 | 94538 | c:46186 | Fremont | Mendocino Software | 0 | 2003-01-01 | 2008-02-07 | 2005-09-12 | 2007-01-01 | 2.7 | 4 | 1 | 1 | 2 | 2 | 1.97e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:46186 | 1 | 0 | 0 | 1 | 0 | 0 | 4 | 1 | closed | 2e+03 | software | software |
| 748 | CA | 37.8 | -122 | 94107 | c:43233 | San Francisco | 1 | 2010-03-01 | 2010-03-05 | 2012-04-05 | 0.011 | 2.1 | 3.09 | 3.78 | 12 | 3 | 5.75e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | photo_video | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:43233 | 0 | 1 | 1 | 1 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | other_category | other_category | ||
| 138 | NY | 40.6 | -73.8 | 10004 | c:1498 | New York | Motionbox | 1 | 2006-01-01 | 2006-09-01 | 2009-01-14 | 0.666 | 3.04 | 2 | 5.05 | 10 | 3 | 1.72e+07 | 5 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:1498 | 0 | 0 | 1 | 1 | 1 | 0 | 2.67 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 555 | MA | 42.4 | -71.1 | 2138 | c:31514 | Cambridge | AccelGolf | 0 | 2008-08-01 | 2013-05-01 | 2008-01-01 | 2009-12-04 | -0.584 | 1.34 | 0 | 1.55 | 4 | 7 | 4.57e+05 | 2 | MA | 0 | 0 | 1 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:31514 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | mobile | mobile |
| 943 | CA | 37.8 | -122 | 94105 | c:58944 | San Francisco | MoPub | 1 | 2010-09-09 | 2010-09-01 | 2012-09-20 | -0.0219 | 2.03 | 2.32 | 3.16 | 11 | 4 | 1.85e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:58944 | 0 | 1 | 1 | 1 | 0 | 0 | 2.25 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 863 | CO | 40.4 | -105 | 80538 | c:51023 | Loveland | Abound Solar | 0 | 2007-01-01 | 2012-11-01 | 2010-07-06 | 2010-12-15 | 3.51 | 3.96 | 3.95 | 4.84 | 5 | 2 | 5.1e+08 | 3 | CO | 0 | 0 | 0 | 0 | 1 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:51023 | 1 | 0 | 0 | 0 | 0 | 0 | 2.5 | 1 | closed | 2.01e+03 | other_category | other_category |
| 85 | CA | 37.4 | -122 | 94043 | c:13168 | Mountain View | Trovix | 1 | 2002-01-01 | 2005-12-07 | 2006-09-06 | 3.93 | 4.68 | 4 | 4 | 3 | 2 | 1.82e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:13168 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 995 | NY | 40.7 | -74 | 10012 | c:649 | New York | Thumbplay | 1 | 2004-09-01 | 2006-10-30 | 2010-04-21 | 2.16 | 5.64 | 3.83 | 7.69 | 13 | 4 | 4.15e+07 | 5 | NY | 0 | 1 | 0 | 0 | 0 | music | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:649 | 0 | 0 | 0 | 0 | 1 | 0 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 541 | CA | 34 | -118 | 90025 | c:3080 | Los Angeles | DailyStrength | 1 | 2006-04-01 | 2007-05-18 | 2007-05-18 | 1.13 | 1.13 | 1 | 2.68 | 7 | 1 | 5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3080 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | web | web | |
| 501 | MI | 42.4 | -83.4 | 48187 | c:28424 | Canton | Danotek Motion Technologies | 0 | 2001-01-01 | 2013-05-01 | 2008-11-19 | 2011-08-30 | 7.89 | 10.7 | 0.414 | 0.414 | 2 | 3 | 4.27e+07 | 1 | MI | 0 | 0 | 0 | 0 | 1 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:28424 | 1 | 0 | 0 | 1 | 0 | 0 | 3.67 | 1 | closed | 2e+03 | other_category | other_category |
| 537 | WA | 47.6 | -122 | 98004 | c:30537 | Bellevue | SNAPin Software | 1 | 2003-01-01 | 2005-07-11 | 2006-02-07 | 2.53 | 3.1 | 3 | 9.13 | 5 | 2 | 2.23e+07 | 2 | WA | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:30537 | 0 | 0 | 0 | 1 | 1 | 0 | 4.5 | 1 | acquired | 2e+03 | software | software | |
| 125 | CA | 37.4 | -122 | 95054 | c:14656 | Santa Clara | Azuro | 1 | 2002-01-01 | 2006-01-01 | 2009-11-13 | 4 | 7.87 | 0.162 | 0.162 | 5 | 2 | 1e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:14656 | 1 | 0 | 0 | 1 | 0 | 0 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 242 | CA | 37.8 | -122 | 94105 | c:16938 | San Francisco | BookFresh | 1 | 2007-01-01 | 2009-07-28 | 2009-07-28 | 2.57 | 2.57 | 2.48 | 4.67 | 7 | 1 | 5e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16938 | 0 | 1 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | web | web | |
| 1.1e+03 | CA | 37.8 | -122 | 94110 | c:83265 | San Francisco | Singly | 1 | 2010-12-21 | 2011-02-01 | 2012-04-23 | 0.115 | 1.34 | 1.83 | 2.67 | 24 | 2 | 8.95e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:83265 | 0 | 0 | 1 | 0 | 0 | 0 | 7 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 387 | NY | 40.8 | -74 | 10173 | c:23136 | New York | TxVia | 1 | 2006-01-01 | 2007-10-01 | 2010-10-26 | 1.75 | 4.82 | 4 | 4.82 | 8 | 4 | 5.54e+07 | 2 | NY | 0 | 1 | 0 | 0 | 0 | finance | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:23136 | 0 | 0 | 1 | 1 | 1 | 1 | 4 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 251 | IL | 41.9 | -87.6 | 60606 | c:17219 | Chicago | Open Kernel Labs | 1 | 2006-01-01 | 2007-09-13 | 2012-07-06 | 1.7 | 6.52 | 3.28 | 4.93 | 3 | 5 | 1.08e+07 | 3 | IL | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:17219 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | software | software | |
| 390 | NJ | 40.5 | -74.5 | 8873 | c:23234 | Somerset | Elanti Systems | 0 | 2007-01-01 | 2012-02-11 | 2008-05-29 | 2008-05-29 | 1.41 | 1.41 | 0 | 0 | 1 | 1 | 5.5e+06 | 1 | NJ | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:23234 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | closed | 2.01e+03 | software | software |
| 1.02e+03 | CA | 37.8 | -122 | 94105 | c:70586 | San Francisco | Astrid | 1 | 2008-01-01 | 2012-04-13 | 2012-04-13 | 4.28 | 4.28 | 2.42 | 5.52 | 7 | 1 | 4e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:70586 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 670 | CA | 37.3 | -122 | 95128 | c:38338 | San Jose | 41st Parameter | 1 | 2004-01-01 | 2006-05-08 | 2012-04-11 | 2.35 | 8.28 | 1 | 8.28 | 16 | 4 | 3.81e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:38338 | 1 | 0 | 0 | 1 | 1 | 1 | 3 | 1 | acquired | 2e+03 | other_category | other_category | |
| 811 | CA | 37.7 | -122 | 94110 | c:4622 | San Francisco | Aardvark | 1 | 2007-07-01 | 2011-09-01 | 2007-01-01 | 2008-10-01 | -0.496 | 1.25 | 2.17 | 4.6 | 21 | 2 | 6e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:4622 | 0 | 1 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | web | web |
| 339 | VA | 38 | -78.5 | 22902 | c:202 | Charlottesville | Hotelicopter | 0 | 2006-06-01 | 2012-08-01 | 2008-11-17 | 2011-03-31 | 2.47 | 4.83 | 0.586 | 5.62 | 4 | 2 | 5e+06 | 6 | VA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:202 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 163 | VA | 39 | -77.4 | 20166 | c:15652 | Dulles | Anystream | 1 | 2000-01-01 | 2000-01-01 | 2007-02-07 | 0 | 7.11 | 6.01 | 10.9 | 9 | 3 | 5.9e+07 | 3 | VA | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:15652 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | acquired | 2e+03 | software | software | |
| 121 | IL | 39.8 | -100 | 60607 | c:144825 | Chicago | CakeStyle | 0 | 2011-08-01 | 2013-08-01 | 2012-08-13 | 2012-08-13 | 1.04 | 1.04 | 0 | 1.04 | 2 | 1 | 1e+06 | 2 | IL | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:144825 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 1.15e+03 | CA | 37.8 | -122 | 94110 | c:9772 | San Francisco | Fluther | 1 | 2007-01-01 | 2009-09-21 | 2009-09-21 | 2.72 | 2.72 | 0.915 | 6.31 | 5 | 1 | 6e+05 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:9772 | 0 | 1 | 0 | 0 | 0 | 0 | 7 | 1 | acquired | 2.01e+03 | web | web | |
| 316 | CT | 41.9 | -72.7 | 6002 | c:19101 | Bloomfield | Pocket Communications Northeast | 0 | 2006-01-01 | 2012-01-01 | 2008-11-01 | 2009-02-20 | 2.84 | 3.14 | 3.38 | 3.78 | 0 | 2 | 1.25e+08 | 2 | CT | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:19101 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | mobile | mobile |
| 187 | CA | 34 | -118 | 60401 | c:1612 | Santa Monica | Goodreads | 1 | 2007-01-15 | 2007-11-01 | 2009-12-09 | 0.794 | 2.9 | 3.05 | 6.52 | 11 | 2 | 2.75e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1612 | 0 | 1 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | web | web | |
| 695 | CA | 37.5 | -122 | 94025 | c:3986 | Menlo Park | Krugle | 1 | 2006-01-01 | 2006-05-31 | 2006-05-31 | 0.411 | 0.411 | 0 | 2.53 | 10 | 1 | 6.1e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:3986 | 0 | 0 | 0 | 1 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 973 | CA | 32.7 | -117 | 92101 | c:61592 | San Diego | Flud | 0 | 2010-10-01 | 2013-08-08 | 2011-04-13 | 2012-09-01 | 0.531 | 1.92 | 2.25 | 2.98 | 12 | 3 | 2.1e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:61592 | 1 | 1 | 0 | 0 | 0 | 0 | 4 | 1 | closed | 2.01e+03 | enterprise | other_category |
| 618 | CA | 37.8 | -122 | 94103 | c:35236 | San Francisco | Chomp | 1 | 2009-09-09 | 2009-11-01 | 2010-03-11 | 0.145 | 0.501 | 0.496 | 3.01 | 10 | 2 | 2.56e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:35236 | 0 | 1 | 1 | 0 | 0 | 0 | 3.5 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 483 | NC | 35.8 | -78.7 | 27606 | c:27620 | Raleigh | Inlet Technologies | 1 | 2003-01-01 | 2005-07-26 | 2008-09-08 | 2.57 | 5.69 | 2 | 2 | 3 | 3 | 2.24e+07 | 1 | NC | 0 | 0 | 0 | 0 | 1 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:27620 | 1 | 0 | 0 | 1 | 1 | 0 | 3.67 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.15e+03 | NY | 40.7 | -74 | 10011 | c:9816 | New York | ShopWiki | 1 | 2005-06-01 | 2006-07-01 | 2006-07-01 | 1.08 | 1.08 | 6 | 6 | 12 | 1 | 6.25e+06 | 1 | NY | 0 | 1 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:9816 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2e+03 | ecommerce | ecommerce | |
| 881 | NY | 40.8 | -74 | 10001 | c:52566 | New York | Fondu | 1 | 2010-02-01 | 2011-11-01 | 2011-11-01 | 1.75 | 1.75 | 1 | 2.11 | 4 | 1 | 5.75e+05 | 2 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:52566 | 0 | 1 | 0 | 0 | 0 | 0 | 6 | 0 | acquired | 2.01e+03 | web | web | |
| 841 | MA | 42.4 | -71.1 | 2143 | c:49236 | Somerville | Loudcaster | 0 | 2009-08-01 | 2012-01-01 | 2009-08-01 | 2010-03-01 | 0 | 0.581 | 0 | 0 | 1 | 2 | 5.3e+04 | 1 | MA | 0 | 0 | 1 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:49236 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | web | web |
| 370 | CA | 37.5 | -122 | 94065 | c:2234 | Redwood City | TwoFish | 1 | 2006-01-01 | 2006-12-01 | 2008-10-10 | 0.915 | 2.78 | 3 | 3.65 | 6 | 2 | 9.5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:2234 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2.01e+03 | ecommerce | ecommerce | |
| 506 | CA | 37.5 | -122 | 94538 | c:28482 | Fremont | Redwood Systems | 1 | 2008-01-01 | 2008-10-03 | 2012-05-30 | 0.756 | 4.41 | 2.78 | 4 | 14 | 4 | 3.42e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:28482 | 1 | 0 | 1 | 1 | 1 | 0 | 2.25 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 179 | MD | 39.4 | -76.6 | 21093 | c:1595 | Timonium | Bill Me Later | 1 | 2000-01-01 | 2006-03-01 | 2007-12-01 | 6.17 | 7.92 | 8.01 | 11.3 | 6 | 3 | 1e+08 | 3 | MD | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1595 | 1 | 0 | 1 | 0 | 0 | 0 | 2.5 | 1 | acquired | 2e+03 | web | web | |
| 550 | PA | 40.4 | -80 | 15213 | c:31294 | Pittsburgh | Bueda | 0 | 2009-01-04 | 2013-06-01 | 2008-01-01 | 2010-07-01 | -1.01 | 1.49 | 0.406 | 1.32 | 3 | 2 | 1.25e+05 | 2 | PA | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:31294 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | advertising | advertising |
| 764 | VA | 39 | -77.4 | 20191 | c:43875 | Reston | Defywire | 0 | 2003-01-01 | 2008-05-01 | 2005-04-26 | 2007-03-27 | 2.32 | 4.24 | -0.334 | -0.334 | 2 | 2 | 1.06e+07 | 1 | VA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:43875 | 1 | 0 | 0 | 1 | 0 | 0 | 3 | 1 | closed | 2e+03 | mobile | mobile |
| 218 | CA | 37.6 | -122 | 94538 | c:16562 | Fremont | Silicon Clocks | 1 | 2004-01-01 | 2006-06-02 | 2009-06-08 | 2.42 | 5.44 | 2 | 2 | 2 | 3 | 2.61e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:16562 | 1 | 0 | 0 | 1 | 0 | 0 | 3.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 299 | NY | 40.8 | -74 | 10019 | c:18075 | New York | TheMarkets | 1 | 2000-01-01 | 2007-07-12 | 2007-07-12 | 7.53 | 7.53 | 10.7 | 10.7 | 2 | 1 | 3e+07 | 1 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:18075 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2e+03 | web | web | |
| 1.11e+03 | IL | 41.9 | -87.6 | 60606 | c:86120 | Chicago | Netgamix Inc | 0 | 2010-09-24 | 2012-04-03 | 2011-10-15 | 2012-07-01 | 1.06 | 1.77 | 1.03 | 1.11 | 6 | 3 | 1.33e+05 | 2 | IL | 0 | 0 | 0 | 0 | 1 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:86120 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | games_video | games_video |
| 782 | CA | 37.4 | -122 | 94303 | c:44650 | Palo Alto | Netli | 1 | 2000-01-01 | 2006-02-13 | 2006-02-13 | 6.12 | 6.12 | 6.01 | 6.01 | 9 | 1 | 1.8e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:44650 | 1 | 0 | 0 | 0 | 0 | 0 | 7 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.02e+03 | OH | 39.1 | -84.5 | 45202 | c:70021 | Cincinnati | Define My Style | 0 | 2010-02-01 | 2012-01-01 | 2011-12-02 | 2011-12-02 | 1.83 | 1.83 | 1.75 | 1.75 | 4 | 1 | 6.9e+05 | 1 | OH | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:70021 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 1 | closed | 2.01e+03 | web | web |
| 430 | MA | 42.4 | -71.1 | 2142 | c:25324 | Cambridge | Taligen Therapeutics | 1 | 2004-01-01 | 2005-08-01 | 2010-08-23 | 1.58 | 6.65 | 5.01 | 7.09 | 4 | 3 | 7.88e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:25324 | 0 | 0 | 1 | 1 | 0 | 0 | 3.5 | 1 | acquired | 2e+03 | biotech | other_category | |
| 1.06e+03 | CA | 37.6 | -122 | 94403 | c:77 | San Mateo | Adap.tv | 1 | 2006-11-01 | 2007-02-01 | 2011-03-28 | 0.252 | 4.41 | 3.32 | 6.79 | 27 | 5 | 4.85e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:77 | 1 | 1 | 1 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 312 | CA | 37.8 | -122 | 94107 | c:1895 | San Francisco | Current Media | 0 | 2005-01-01 | 2013-08-20 | 2005-07-29 | 2005-07-29 | 0.573 | 0.573 | 5.17 | 8.01 | 12 | 1 | 1.5e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1895 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 0 | closed | 2e+03 | other_category | other_category |
| 206 | CA | 37.8 | -122 | 94107-4132 | c:16289 | San Francisco | Arch Rock Corporation | 1 | 2005-01-01 | 2005-10-01 | 2007-05-02 | 0.748 | 2.33 | 2 | 2 | 6 | 2 | 1.5e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16289 | 0 | 0 | 1 | 1 | 0 | 0 | 3 | 1 | acquired | 2e+03 | software | software | |
| 928 | NY | 37.1 | -95.7 | 10014 | c:575 | New York | SpiralFrog | 0 | 2004-01-01 | 2009-03-20 | 2006-01-01 | 2007-12-01 | 2 | 3.92 | 3 | 5.22 | 8 | 3 | 4.5e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:575 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2e+03 | games_video | games_video |
| 158 | CA | 37.4 | -122 | 95054 | c:15562 | Santa Clara | Plusmo | 1 | 2006-06-01 | 2008-05-01 | 2008-05-01 | 1.92 | 1.92 | 2 | 2 | 4 | 1 | 4.41e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:15562 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 979 | VA | 39 | -77.4 | 20166 | c:62432 | Sterling | ZipList | 1 | 2010-01-01 | 2010-01-01 | 2010-11-24 | 0 | 0.896 | 2 | 2.68 | 9 | 2 | 4.5e+06 | 2 | VA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:62432 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | web | web | |
| 1.08e+03 | CA | 37.8 | -122 | 94105 | c:8100 | San Francisco | Involver | 1 | 2007-01-01 | 2008-09-02 | 2010-10-14 | 1.67 | 3.79 | 4.67 | 5.68 | 11 | 3 | 1.1e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:8100 | 0 | 0 | 1 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2.01e+03 | software | software | |
| 977 | CA | 37.8 | -122 | 94107 | c:62262 | San Francisco | Lionside | 1 | 2009-01-01 | 2010-11-19 | 2010-11-19 | 1.88 | 1.88 | 1.33 | 2.95 | 6 | 1 | 1.6e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:62262 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 639 | NY | 40.7 | -74 | 10011 | c:3686 | New York | Game Trust | 1 | 2002-01-01 | 2005-06-01 | 2005-11-15 | 3.42 | 3.87 | 7.75 | 7.75 | 3 | 2 | 9e+06 | 1 | NY | 0 | 1 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3686 | 1 | 0 | 0 | 1 | 0 | 0 | 4 | 1 | acquired | 2e+03 | software | software | |
| 1.09e+03 | CA | 37.5 | -122 | 94403 | c:82805 | San Mateo | Nearbuy Systems | 1 | 2010-04-01 | 2011-07-21 | 2012-11-23 | 1.3 | 2.65 | 0 | 3.68 | 4 | 3 | 3.28e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:82805 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 327 | CA | 37.6 | -122 | 94404 | c:196 | Foster City | Visible Path | 1 | 2002-01-01 | 2006-03-01 | 2006-03-01 | 4.16 | 4.16 | 5.58 | 11.4 | 5 | 2 | 2.47e+07 | 5 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:196 | 0 | 0 | 1 | 1 | 0 | 0 | 4 | 1 | acquired | 2e+03 | web | web | |
| 87 | CA | 34 | -118 | 90025 | c:13277 | Los Angeles | GetBack | 0 | 2007-09-01 | 2010-11-22 | 2008-11-06 | 2008-11-06 | 1.18 | 1.18 | 0.918 | 0.918 | 1 | 1 | 1.7e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:13277 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 985 | CA | 37.8 | -122 | 94609 | c:63217 | Oakland | Slipstream | 0 | 2010-06-01 | 2013-05-01 | 2010-08-31 | 2010-08-31 | 0.249 | 0.249 | 0 | 0.778 | 1 | 1 | 2e+04 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:63217 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 432 | CA | 37.6 | -122 | 94538 | c:2534 | Fremont | HipLogic | 1 | 2005-01-01 | 2008-02-08 | 2009-12-02 | 3.1 | 4.92 | 5 | 8.35 | 10 | 2 | 1.15e+07 | 5 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:2534 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2e+03 | mobile | mobile | |
| 882 | CA | 38.3 | -123 | 94954 | c:5264 | Petaluma | Dilithium Networks | 0 | 2001-01-01 | 2012-10-01 | 2003-04-23 | 2010-06-03 | 2.31 | 9.42 | 4.5 | 11.4 | 12 | 7 | 9.82e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:5264 | 1 | 0 | 0 | 1 | 1 | 1 | 5.2 | 1 | closed | 2e+03 | mobile | mobile |
| 937 | CA | 37.8 | -122 | 94107 | c:58512 | San Francisco | Yobongo | 1 | 2010-01-01 | 2011-03-23 | 2011-03-23 | 1.22 | 1.22 | 0.748 | 2.68 | 2 | 1 | 1.35e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:58512 | 0 | 1 | 0 | 0 | 0 | 0 | 10 | 1 | acquired | 2.01e+03 | web | web | |
| 77 | IL | 41.9 | -87.6 | 60601 | c:12957 | Chicago | Brickfish | 1 | 2005-11-01 | 2010-07-16 | 2010-07-16 | 4.71 | 4.71 | 2.99 | 6.86 | 17 | 1 | 9.4e+05 | 2 | IL | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:12957 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2e+03 | software | software | |
| 608 | MA | 42.4 | -71.1 | 2109 | c:34499 | Boston | MyEnergy | 1 | 2007-06-04 | 2009-02-01 | 2011-02-03 | 1.67 | 3.67 | 3.67 | 3.67 | 12 | 2 | 4e+06 | 3 | MA | 0 | 0 | 1 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:34499 | 0 | 1 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | web | web | |
| 601 | CA | 37.4 | -122 | 94085 | c:34028 | Sunnyvale | LikeList | 0 | 2008-01-01 | 2012-12-06 | 2009-12-15 | 2009-12-15 | 1.96 | 1.96 | 1 | 1 | 5 | 1 | 5e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:34028 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 392 | VA | 38.9 | -77.1 | 22201 | c:23335 | Arlington | Social Collective | 0 | 2009-04-17 | 2012-03-06 | 2009-04-18 | 2009-04-18 | 0.0027 | 0.0027 | 0.584 | 0.584 | 3 | 1 | 2e+04 | 1 | VA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:23335 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 535 | WA | 47.6 | -122 | 98101 | c:30526 | Seattle | Pure Networks | 1 | 2002-01-01 | 2006-01-11 | 2006-01-11 | 4.03 | 4.03 | 3 | 3 | 5 | 1 | 1.25e+07 | 1 | WA | 0 | 0 | 0 | 0 | 1 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:30526 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | 1 | acquired | 2e+03 | other_category | other_category | |
| 736 | CO | 39.6 | -105 | 80112 | c:42519 | Centennial | Internet Pawn | 0 | 2009-01-01 | 2013-03-01 | 2010-05-05 | 2013-08-27 | 1.34 | 4.65 | 1.36 | 1.38 | 0 | 5 | 7.23e+06 | 2 | CO | 0 | 0 | 0 | 0 | 1 | finance | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:42519 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | other_category | other_category |
| 836 | IL | 41.9 | -87.8 | 60631 | c:48376 | Chicago | NeuroTherapeutics Pharma | 0 | 2006-01-01 | 2013-06-01 | 2010-05-20 | 2011-12-15 | 4.38 | 5.96 | 5.5 | 5.5 | 5 | 2 | 5.5e+07 | 1 | IL | 0 | 0 | 0 | 0 | 1 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:48376 | 1 | 0 | 0 | 1 | 0 | 0 | 4 | 1 | closed | 2.01e+03 | biotech | other_category |
| 828 | CA | 37.4 | -122 | 95134 | c:47587 | San Jose | Infineta Systems | 0 | 2008-01-01 | 2012-01-01 | 2010-05-07 | 2011-06-06 | 2.35 | 3.43 | 2.36 | 4 | 4 | 2 | 3e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:47587 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | closed | 2.01e+03 | software | software |
| 227 | TX | 30.3 | -97.7 | 78701 | c:1669 | Austin | Challenge Games | 1 | 2006-01-01 | 2008-07-10 | 2008-09-01 | 2.52 | 2.67 | 3 | 4.42 | 11 | 2 | 1.45e+07 | 3 | TX | 0 | 0 | 0 | 1 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1669 | 0 | 0 | 1 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 725 | CA | 37.8 | -122 | 94114 | c:421 | San Francisco | Crowd Factory | 1 | 2009-01-01 | 2011-01-26 | 2011-01-26 | 2.07 | 2.07 | 2.58 | 4.37 | 6 | 1 | 6.5e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:421 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 159 | TN | 35.1 | -90.1 | 38103-4717 | c:155621 | Memphis | Friendsignia | 0 | 2012-01-29 | 2013-06-01 | 2012-01-29 | 2012-01-29 | 0 | 0 | 0 | 0 | 2 | 1 | 1.5e+04 | 1 | TN | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:155621 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 709 | NY | 40.7 | -74 | 10013 | c:40782 | New York | Vizibility | 1 | 2009-07-01 | 2010-03-24 | 2013-02-06 | 0.729 | 3.61 | 1.59 | 4.1 | 5 | 5 | 4.71e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:40782 | 1 | 1 | 0 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 868 | CA | 37.6 | -122 | 94010-4031 | c:51306 | Burlingame | OpenFeint | 1 | 2008-01-01 | 2010-10-21 | 2010-10-21 | 2.81 | 2.81 | 3 | 4.65 | 6 | 1 | 3e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:51306 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 30 | NY | 40.7 | -74 | 10016 | c:1088 | New York | Tumblr | 1 | 2007-02-01 | 2007-10-31 | 2012-01-01 | 0.745 | 4.92 | 3.04 | 6.84 | 30 | 6 | 1.25e+08 | 5 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1088 | 1 | 0 | 1 | 1 | 1 | 1 | 3.5 | 1 | acquired | 2.01e+03 | web | web | |
| 609 | NY | 40.7 | -74 | 10013 | c:34522 | New York | Hotlist | 0 | 2008-01-01 | 2013-05-01 | 2008-05-01 | 2012-01-01 | 0.332 | 4 | 2.36 | 3.67 | 8 | 4 | 1.45e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:34522 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | other_category | other_category |
| 1.1e+03 | MA | 42.4 | -71.1 | 2139 | c:83692 | Cambridge | Crashlytics | 1 | 2011-02-01 | 2011-10-13 | 2012-04-10 | 0.696 | 1.19 | 0.663 | 2.62 | 5 | 2 | 6e+06 | 3 | MA | 0 | 0 | 1 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:83692 | 0 | 1 | 1 | 0 | 0 | 0 | 6 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 502 | CA | 37.8 | -122 | 94104 | c:28428 | San Francisco | Recurve | 1 | 2005-08-01 | 2008-09-23 | 2010-06-17 | 3.15 | 4.88 | 5 | 5 | 5 | 2 | 1.4e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:28428 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2e+03 | software | software | |
| 295 | TX | 30.4 | -97.8 | 78730 | c:17974 | Austin | Conformity | 0 | 2007-07-01 | 2009-01-01 | 2009-01-28 | 2009-01-28 | 1.58 | 1.58 | 2.25 | 2.53 | 14 | 1 | 3e+06 | 2 | TX | 0 | 0 | 0 | 1 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:17974 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | enterprise | other_category |
| 1.09e+03 | WA | 39.8 | -100 | 98104 | c:81475 | Seattle | Moprise | 0 | 2010-01-01 | 2013-07-01 | 2011-07-08 | 2011-10-07 | 1.52 | 1.76 | 0.748 | 0.748 | 6 | 2 | 2.24e+06 | 1 | WA | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:81475 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | enterprise | other_category |
| 1.06e+03 | CA | 37.8 | -122 | 94108 | c:76543 | San Francisco | Plizy | 0 | 2010-09-01 | 2013-06-01 | 2011-05-19 | 2012-12-13 | 0.712 | 2.28 | 1.95 | 2.28 | 5 | 2 | 5.2e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | photo_video | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:76543 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | other_category | other_category |
| 1.1e+03 | PA | 40.1 | -75.3 | 19428 | c:84161 | Conshohocken | ShopRunner | 1 | 2010-01-01 | 2013-08-19 | 2013-08-19 | 3.63 | 3.63 | 1.15 | 3.78 | 4 | 1 | 7.5e+07 | 4 | PA | 0 | 0 | 0 | 0 | 1 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:84161 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | ecommerce | ecommerce | |
| 1.08e+03 | MA | 42.3 | -71.2 | 2494 | c:810 | Needham | RatePoint | 0 | 2006-09-01 | 2012-02-02 | 2007-01-29 | 2010-08-20 | 0.411 | 3.97 | 4.25 | 5.77 | 13 | 4 | 2.45e+07 | 4 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:810 | 0 | 0 | 1 | 1 | 1 | 0 | 2.5 | 1 | closed | 2.01e+03 | software | software |
| 35 | TX | 30.3 | -97.7 | 78701 | c:11042 | Austin | Gowalla | 1 | 2007-08-28 | 2008-02-27 | 2010-01-28 | 0.501 | 2.42 | 2.82 | 5.88 | 21 | 3 | 1.04e+07 | 3 | TX | 0 | 0 | 0 | 1 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:11042 | 0 | 0 | 1 | 1 | 0 | 0 | 6 | 1 | acquired | 2.01e+03 | web | web | |
| 276 | CO | 40.1 | -105 | 80501 | c:17633 | Longmont | Copan Systems | 1 | 2002-01-01 | 2006-03-08 | 2009-02-17 | 4.18 | 7.13 | 5 | 5 | 8 | 3 | 6.84e+07 | 1 | CO | 0 | 0 | 0 | 0 | 1 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:17633 | 1 | 0 | 0 | 0 | 1 | 1 | 6.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 901 | IL | 41.8 | -88.1 | 60563 | c:54585 | Naperville | Cartavi | 1 | 2009-01-01 | 2012-11-13 | 2012-11-13 | 3.87 | 3.87 | 3.83 | 4.09 | 7 | 1 | 1.23e+06 | 2 | IL | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:54585 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 46 | CA | 34.1 | -118 | 91101 | c:11507 | Pasadena | Cramster | 1 | 2002-01-01 | 2008-09-25 | 2010-04-14 | 6.74 | 8.29 | 6.75 | 6.75 | 5 | 2 | 9e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:11507 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | acquired | 2e+03 | web | web | |
| 419 | CA | 37.3 | -122 | 95128 | c:24860 | San Jose | Certify Data Systems | 1 | 2004-01-01 | 2008-08-25 | 2012-02-15 | 4.65 | 8.13 | 6.01 | 6.01 | 4 | 4 | 7.21e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:24860 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | acquired | 2e+03 | enterprise | other_category | |
| 135 | CA | 37.8 | -122 | 94103 | c:148750 | San Francisco | Wheelz | 1 | 2011-01-01 | 2011-09-28 | 2012-02-22 | 0.74 | 1.14 | 0.581 | 0.581 | 15 | 2 | 1.57e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | automotive | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:148750 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 798 | MA | 42.4 | -71.2 | 2451 | c:45611 | Waltham | CentrePath | 1 | 2000-01-01 | 2005-09-06 | 2006-04-24 | 5.68 | 6.32 | 5.01 | 5.01 | 4 | 2 | 1.5e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:45611 | 1 | 0 | 0 | 0 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | software | software | |
| 712 | CA | 37.8 | -122 | 94111 | c:4106 | San Francisco | VoxPop Network Corporation | 1 | 2006-08-01 | 2007-05-01 | 2009-05-01 | 0.748 | 2.75 | 1.58 | 4.53 | 5 | 2 | 3.5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:4106 | 0 | 0 | 1 | 1 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 286 | CA | 37.4 | -122 | 95035 | c:17775 | Milpitas | OpVista | 0 | 2000-01-01 | 2009-08-01 | 2006-06-22 | 2007-05-07 | 6.48 | 7.35 | 5.01 | 5.01 | 2 | 2 | 4.3e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:17775 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | closed | 2e+03 | software | software |
| 115 | CA | 37.8 | -122 | 94105 | c:144 | San Francisco | Metaweb Technologies | 1 | 2005-01-01 | 2006-03-01 | 2008-01-15 | 1.16 | 3.04 | 3.27 | 5.54 | 7 | 2 | 5.7e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:144 | 0 | 0 | 1 | 1 | 0 | 0 | 3.5 | 1 | acquired | 2e+03 | web | web | |
| 81 | CA | 37.8 | -122 | 94105 | c:13046 | San Francisco | DocVerse | 1 | 2007-09-01 | 2008-07-23 | 2008-07-23 | 0.893 | 0.893 | 0.833 | 4.21 | 8 | 1 | 1.3e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:13046 | 0 | 1 | 0 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | web | web | |
| 699 | CA | 32.9 | -117 | 92121 | c:40 | San Diego | Veoh | 1 | 2004-01-01 | 2005-07-01 | 2008-06-03 | 1.5 | 4.42 | 4.09 | 9.74 | 15 | 4 | 6.98e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:40 | 0 | 0 | 1 | 1 | 1 | 1 | 5 | 1 | acquired | 2e+03 | games_video | games_video | |
| 456 | MA | 42.3 | -71.1 | 2118 | c:26460 | Boston | BzzAgent | 1 | 2001-01-01 | 2004-01-01 | 2006-01-01 | 3 | 5 | 9.62 | 10.4 | 16 | 2 | 1.45e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:26460 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | advertising | advertising | |
| 691 | CA | 37.8 | -122 | 94404 | c:3962 | San Mateo | GuardianEdge Technologies | 1 | 2002-01-01 | 2005-06-06 | 2007-07-23 | 3.43 | 5.56 | 7.84 | 7.84 | 10 | 3 | 1.95e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3962 | 0 | 0 | 1 | 1 | 0 | 0 | 3.33 | 1 | acquired | 2e+03 | software | software | |
| 196 | CA | 34 | -118 | 90405 | c:162116 | Santa Monica | Gradient X | 1 | 2012-01-01 | 2012-06-20 | 2012-06-20 | 0.469 | 0.469 | 1.1 | 1.68 | 5 | 1 | 3.75e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:162116 | 0 | 0 | 0 | 0 | 0 | 0 | 9 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 1.03e+03 | NC | 35.8 | -78.7 | 27607 | c:7207 | Raleigh | rPath | 0 | 2005-04-01 | 2013-05-01 | 2006-01-24 | 2010-10-22 | 0.816 | 5.56 | 4.56 | 7.99 | 8 | 4 | 3.25e+07 | 3 | NC | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:7207 | 0 | 0 | 1 | 1 | 1 | 1 | 2.75 | 1 | closed | 2e+03 | enterprise | other_category |
| 1.12e+03 | PA | 40.1 | -75.5 | 19312 | c:863 | Berwyn | Boomi | 1 | 2000-03-01 | 2002-01-01 | 2008-07-01 | 1.84 | 8.34 | 5.67 | 13.6 | 4 | 2 | 4.9e+06 | 5 | PA | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:863 | 0 | 1 | 0 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 183 | CA | 37.4 | -122 | 94086 | c:16066 | Sunnyvale | VoloMedia | 0 | 2005-01-01 | 2011-02-03 | 2007-04-20 | 2008-03-18 | 2.3 | 3.21 | 3.59 | 4.58 | 4 | 2 | 1.2e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:16066 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 1 | closed | 2e+03 | advertising | advertising |
| 363 | CA | 37.8 | -122 | 94103 | c:220 | San Francisco | Flixster | 1 | 2006-01-20 | 2006-02-01 | 2008-04-04 | 0.0329 | 2.21 | 4.52 | 6.91 | 12 | 3 | 7.18e+06 | 6 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:220 | 0 | 1 | 1 | 1 | 0 | 0 | 2.67 | 1 | acquired | 2.01e+03 | web | web | |
| 894 | CA | 37.8 | -122 | 94104 | c:54 | San Francisco | Wesabe | 0 | 2005-12-01 | 2010-06-30 | 2007-02-01 | 2007-06-01 | 1.17 | 1.5 | 0.0849 | 5.39 | 3 | 2 | 4.7e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:54 | 0 | 1 | 1 | 0 | 0 | 0 | 1.5 | 1 | closed | 2e+03 | web | web |
| 549 | CA | 37.4 | -122 | 94041 | c:3122 | Mountain View | NeoEdge Networks | 1 | 2002-05-02 | 2007-06-08 | 2010-12-20 | 5.1 | 8.64 | 5.67 | 6.9 | 10 | 3 | 1e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:3122 | 1 | 0 | 0 | 1 | 0 | 0 | 1.67 | 0 | acquired | 2e+03 | advertising | advertising | |
| 291 | CA | 37.8 | -122 | 94115 | c:1789 | San Francisco | NuConomy | 1 | 2006-01-01 | 2007-04-01 | 2008-02-01 | 1.25 | 2.08 | 2.5 | 5.32 | 4 | 2 | 3.3e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:1789 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 671 | CA | 37.8 | -122 | 94110 | c:38339 | San Francisco | Flowtown | 1 | 2009-02-01 | 2010-08-25 | 2010-08-25 | 1.56 | 1.56 | 1.24 | 1.77 | 6 | 1 | 7.5e+05 | 3 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:38339 | 0 | 1 | 0 | 0 | 0 | 0 | 9 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 587 | CA | 34 | -118 | 90094 | c:3288 | Playa Vista | WebVisible | 0 | 2001-01-01 | 2011-10-01 | 2005-09-01 | 2010-02-11 | 4.67 | 9.12 | 9.75 | 12.8 | 33 | 3 | 3.7e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3288 | 0 | 0 | 1 | 1 | 1 | 0 | 1.33 | 1 | closed | 2e+03 | software | software |
| 7 | CA | 37.8 | -122 | 94111 | c:10179 | San Francisco | GoodGuide | 1 | 2007-12-01 | 2009-01-19 | 2011-08-26 | 1.14 | 3.74 | 2.46 | 3.22 | 14 | 3 | 1.42e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:10179 | 0 | 0 | 1 | 1 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | web | web | |
| 596 | CA | 37.3 | -122 | 95014 | c:33869 | Cupertino | ViVu | 1 | 2009-01-01 | 2009-09-21 | 2011-06-09 | 0.721 | 2.44 | 0.767 | 2.79 | 7 | 2 | 3e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:33869 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 356 | NY | 40.7 | -74 | 10013 | c:21528 | New York | avVenta | 1 | 2005-01-01 | 2009-01-14 | 2009-01-14 | 4.04 | 4.04 | 6 | 6 | 10 | 1 | 2e+07 | 1 | NY | 0 | 1 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:21528 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2e+03 | advertising | advertising | |
| 542 | RI | 51.4 | -2.66 | 2906 | c:30820 | Providence | DiJiPOP | 1 | 2008-11-01 | 2009-08-01 | 2010-12-06 | 0.748 | 2.1 | 1.65 | 2.1 | 6 | 2 | 2e+06 | 3 | RI | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:30820 | 0 | 1 | 0 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 443 | DC | 38.9 | -77 | 20005 | c:25782 | Washington | Layer 7 Technologies | 1 | 2003-01-01 | 2006-10-26 | 2009-02-02 | 3.82 | 6.09 | 9.01 | 9.77 | 3 | 2 | 1.99e+07 | 2 | DC | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:25782 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | software | software | |
| 487 | CA | 37.8 | -122 | 94107 | c:278 | San Francisco | DeliveryEdge | 0 | 2006-09-01 | 2009-04-01 | 2007-12-01 | 2007-12-01 | 1.25 | 1.25 | 2.59 | 2.59 | 6 | 1 | 1.5e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:278 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | ecommerce | ecommerce |
| 1.05e+03 | CA | 37.8 | -122 | 94105 | c:75500 | San Francisco | Solmentum | 0 | 2009-07-01 | 2011-11-09 | 2009-07-01 | 2009-07-01 | 0 | 0 | 1.25 | 1.25 | 4 | 1 | 3.25e+05 | 1 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:75500 | 0 | 1 | 0 | 0 | 0 | 0 | 4 | 0 | closed | 2.01e+03 | other_category | other_category |
| 1.01e+03 | CA | 37.8 | -122 | 94105 | c:67806 | San Francisco | Pipewise | 0 | 2010-09-01 | 2012-10-01 | 2011-02-17 | 2011-02-17 | 0.463 | 0.463 | 1.28 | 1.82 | 16 | 1 | 3.5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:67806 | 0 | 0 | 1 | 0 | 0 | 0 | 5 | 1 | closed | 2.01e+03 | enterprise | other_category |
| 55 | WA | 47.6 | -122 | 98104 | c:1212 | Seattle | GridNetworks | 0 | 2004-01-01 | 2012-08-17 | 2006-01-01 | 2008-05-20 | 2 | 4.39 | 1.58 | 4.19 | 7 | 4 | 3e+07 | 2 | WA | 0 | 0 | 0 | 0 | 1 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1212 | 0 | 1 | 1 | 1 | 0 | 0 | 2 | 1 | closed | 2e+03 | other_category | other_category |
| 429 | NY | 40.7 | -74 | 10016 | c:25307 | New York | ORCA, Inc. | 1 | 2008-01-01 | 2009-06-21 | 2009-06-21 | 1.47 | 1.47 | 1 | 1.47 | 5 | 1 | 2e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:25307 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | ecommerce | ecommerce | |
| 307 | CA | 37.5 | -122 | 94065 | c:1870 | Redwood City | Amobee | 1 | 2005-05-01 | 2006-11-01 | 2011-03-01 | 1.5 | 5.84 | 6.17 | 8.35 | 25 | 6 | 7.2e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:1870 | 1 | 0 | 1 | 1 | 1 | 1 | 2.33 | 1 | acquired | 2e+03 | advertising | advertising | |
| 475 | CA | 34 | -118 | 91754 | c:27285 | Monterey Park | KOTURA | 1 | 2004-01-01 | 2005-09-07 | 2009-11-05 | 1.68 | 5.85 | 8.42 | 8.42 | 4 | 3 | 2.77e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:27285 | 0 | 0 | 0 | 1 | 1 | 1 | 4.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 305 | CA | 37.3 | -122 | 94041 | c:18470 | Mountain View | Outright | 1 | 2008-06-01 | 2008-11-01 | 2009-11-18 | 0.419 | 1.47 | 3.13 | 4.14 | 12 | 2 | 7.5e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:18470 | 0 | 0 | 1 | 0 | 0 | 0 | 3.5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 354 | TX | 30.3 | -97.7 | 78701 | c:21395 | Austin | Phurnace Software | 1 | 2007-01-01 | 2007-09-11 | 2008-07-01 | 0.693 | 1.5 | 3.42 | 3.42 | 9 | 2 | 1e+07 | 1 | TX | 0 | 0 | 0 | 1 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:21395 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | software | software | |
| 426 | CA | 34.1 | -118 | 91105 | c:25132 | Pasadena | FastSoft | 1 | 2006-01-01 | 2007-06-11 | 2012-09-04 | 1.44 | 6.68 | 2 | 2 | 7 | 4 | 5.96e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:25132 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | software | software | |
| 1.03e+03 | CA | 37.5 | -122 | 94538 | c:72 | Fremont | GrandCentral | 1 | 2006-04-01 | 2006-01-01 | 2006-01-01 | -0.247 | -0.247 | -0.408 | 7.45 | 9 | 1 | 4e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:72 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | mobile | mobile | |
| 261 | MI | 42.5 | -83.2 | 48025 | c:17429 | Bingham Farms | Speedshape | 0 | 2003-01-01 | 2013-08-01 | 2008-02-20 | 2008-02-20 | 5.14 | 5.14 | 7.01 | 7.01 | 2 | 1 | 5e+06 | 1 | MI | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:17429 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2e+03 | advertising | advertising |
| 838 | CA | 37.3 | -122 | 95128 | c:487 | San Jose | BlueLithium | 1 | 2004-01-01 | 2005-02-01 | 2005-02-01 | 1.09 | 1.09 | 5.1 | 7.39 | 15 | 1 | 1.15e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:487 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2e+03 | advertising | advertising | |
| 707 | IL | 41.9 | -87.6 | 60657 | c:40665 | Chicago | Media Chaperone | 0 | 2009-01-01 | 2013-06-01 | 2010-01-14 | 2011-02-24 | 1.04 | 2.15 | 1.58 | 1.58 | 2 | 2 | 1.05e+06 | 1 | IL | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:40665 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 523 | NY | 40.8 | -74 | 10036 | c:2972 | New York | Giant Realm | 1 | 2007-01-01 | 2008-03-01 | 2008-05-08 | 1.16 | 1.35 | 1.35 | 3.33 | 13 | 2 | 5.5e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:2972 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | web | web | |
| 303 | PA | 40 | -75.2 | 10011 | c:1832 | Philadelphia | Invite Media | 1 | 2007-02-01 | 2007-12-01 | 2009-12-01 | 0.83 | 2.83 | 1.09 | 3.34 | 17 | 3 | 5e+06 | 4 | PA | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:1832 | 0 | 1 | 1 | 0 | 0 | 0 | 1.67 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 1.1e+03 | MA | 42.4 | -71.1 | 2129 | c:833 | Boston | Eons | 0 | 2005-01-01 | 2012-05-17 | 2006-04-01 | 2007-03-01 | 1.25 | 2.16 | 2 | 3.81 | 14 | 2 | 3.2e+07 | 4 | MA | 0 | 0 | 1 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:833 | 0 | 0 | 1 | 1 | 0 | 0 | 3.5 | 1 | closed | 2e+03 | other_category | other_category |
| 971 | MA | 42.4 | -71.1 | 2142 | c:615 | Cambridge | LocaModa | 1 | 2007-01-01 | 2007-09-18 | 2011-03-25 | 0.712 | 4.23 | 2.67 | 3.06 | 8 | 3 | 7.9e+06 | 2 | MA | 0 | 0 | 1 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:615 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | acquired | 2.01e+03 | advertising | advertising | |
| 258 | CA | 37.4 | -122 | 94110 | c:1731 | San Francisco | Meraki | 1 | 2006-04-01 | 2006-12-01 | 2012-07-10 | 0.668 | 6.28 | 2.79 | 7.45 | 16 | 5 | 8e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1731 | 0 | 1 | 1 | 1 | 1 | 1 | 2.25 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 693 | TX | 30.3 | -97.7 | 78701 | c:39755 | Austin | MPOWER Mobile | 0 | 2005-01-01 | 2012-06-08 | 2009-10-28 | 2009-10-28 | 4.82 | 4.82 | 0.247 | 0.247 | 1 | 1 | 5e+06 | 1 | TX | 0 | 0 | 0 | 1 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:39755 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2e+03 | mobile | mobile |
| 89 | WA | 47.6 | -122 | 98109 | c:134 | Seattle | Haute Secure | 1 | 2006-01-01 | 2007-01-01 | 2009-03-09 | 1 | 3.19 | 2.43 | 7.62 | 5 | 2 | 2.1e+06 | 3 | WA | 0 | 0 | 0 | 0 | 1 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:134 | 0 | 1 | 1 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 984 | MD | 39.1 | -77.2 | 20814 | c:6313 | Bethesda | Intelliworks | 1 | 2004-12-01 | 2005-02-14 | 2009-04-24 | 0.205 | 4.4 | 3.42 | 3.42 | 6 | 4 | 2.22e+07 | 1 | MD | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:6313 | 0 | 0 | 1 | 1 | 1 | 1 | 2.5 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 437 | NY | 40.7 | -74 | 10016 | c:2566 | New York | Kluster | 1 | 2008-01-01 | 2008-01-01 | 2008-01-01 | 0 | 0 | 3.59 | 4.33 | 0 | 1 | 1e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:2566 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | web | web | |
| 770 | NY | 37.5 | -122 | 10016 | c:44 | New York | Jingle Networks | 1 | 2005-09-01 | 2005-10-01 | 2009-12-28 | 0.0822 | 4.33 | 3.66 | 5.61 | 12 | 7 | 8.87e+07 | 5 | NY | 0 | 1 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:44 | 1 | 1 | 1 | 1 | 1 | 1 | 3.17 | 1 | acquired | 2e+03 | mobile | mobile | |
| 1.1e+03 | CA | 34.1 | -118 | 90017 | c:83176 | Los Angeles | ItsGoinOn | 0 | 2010-05-01 | 2011-11-01 | 2011-01-01 | 2011-01-01 | 0.671 | 0.671 | 0 | 0.756 | 3 | 1 | 1e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:83176 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | games_video | games_video |
| 343 | CO | 39.8 | -105 | 80202 | c:20488 | Denver | mSnap | 1 | 2005-06-01 | 2006-06-01 | 2006-06-01 | 1 | 1 | 3.81 | 4.92 | 6 | 1 | 5e+06 | 3 | CO | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:20488 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2e+03 | mobile | mobile | |
| 344 | CA | 37.4 | -122 | 94043 | c:20506 | Mountain View | Ardian | 1 | 2003-01-01 | 2005-01-01 | 2009-03-23 | 2 | 6.23 | 4 | 10.8 | 8 | 3 | 6.41e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:20506 | 0 | 0 | 1 | 1 | 1 | 0 | 4 | 1 | acquired | 2e+03 | biotech | other_category | |
| 1.02e+03 | RI | 51.4 | -2.66 | 2903 | c:69279 | Providence | Tracelytics | 1 | 2010-07-01 | 2011-11-03 | 2012-03-22 | 1.34 | 1.73 | -0.0822 | 1.72 | 8 | 2 | 5.8e+06 | 2 | RI | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:69279 | 0 | 1 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 389 | CA | 37.8 | -122 | 94105 | c:23192 | San Francisco | Canopy Financial | 0 | 2004-01-01 | 2009-08-27 | 2008-01-01 | 2009-10-01 | 4 | 5.75 | 5.92 | 6 | 6 | 4 | 8.95e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | finance | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:23192 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | closed | 2e+03 | other_category | other_category |
| 661 | CA | 37.8 | -122 | 94102 | c:38 | San Francisco | Kyte | 1 | 2006-12-01 | 2007-07-01 | 2012-03-01 | 0.581 | 5.25 | 3.09 | 4.17 | 11 | 4 | 2.34e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:38 | 0 | 1 | 1 | 1 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 185 | MA | 42.5 | -71.5 | 1719 | c:16070 | Boxborough | Crossbeam Systems | 1 | 2000-01-01 | 2007-05-08 | 2008-02-14 | 7.35 | 8.13 | 11 | 11.1 | 13 | 2 | 2.45e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:16070 | 0 | 0 | 0 | 0 | 0 | 0 | 5.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 890 | CA | 37.5 | -122 | 94065 | c:53814 | Redwood City | PacketHop | 0 | 2002-01-01 | 2013-01-04 | 2005-08-08 | 2005-08-08 | 3.6 | 3.6 | 3 | 3 | 2 | 1 | 1e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:53814 | 0 | 0 | 0 | 0 | 1 | 0 | 4 | 1 | closed | 2e+03 | other_category | other_category |
| 708 | CA | 37.4 | -122 | 94306 | c:40762 | Palo Alto | Immunet Corporation | 1 | 2008-07-01 | 2009-11-01 | 2009-11-01 | 1.34 | 1.34 | 1.35 | 1.35 | 3 | 1 | 2e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:40762 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | software | software | |
| 1.05e+03 | TX | 30.3 | -97.7 | 78701 | c:75008 | Austin | CopperEgg Corporation | 1 | 2010-06-01 | 2011-07-12 | 2012-05-08 | 1.11 | 1.94 | 0 | 1.11 | 3 | 2 | 4.1e+06 | 2 | TX | 0 | 0 | 0 | 1 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:75008 | 0 | 0 | 1 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 330 | CA | 37.4 | -122 | 94041 | c:197 | Mountain View | Wink | 1 | 2004-08-19 | 2005-01-01 | 2005-01-01 | 0.37 | 0.37 | 1.95 | 8.32 | 5 | 1 | 6.2e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:197 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 544 | CA | 37.8 | -122 | 94103 | c:3087 | San Francisco | PopularMedia | 1 | 2003-01-01 | 2007-02-01 | 2008-07-28 | 4.09 | 5.58 | 4 | 4 | 8 | 2 | 1.22e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:3087 | 0 | 0 | 0 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | advertising | advertising | |
| 383 | CA | 37.8 | -122 | 94105 | c:23098 | San Francisco | Miyowa | 1 | 2003-04-14 | 2006-09-04 | 2008-05-08 | 3.39 | 5.07 | 5.72 | 8.73 | 3 | 2 | 1.17e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:23098 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | mobile | mobile | |
| 646 | WA | 47.6 | -122 | 98103 | c:37215 | Seattle | Dashwire | 1 | 2006-08-11 | 2009-01-31 | 2010-12-28 | 2.48 | 4.38 | 3.39 | 4.99 | 10 | 3 | 5.06e+06 | 2 | WA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:37215 | 1 | 0 | 1 | 0 | 0 | 0 | 1.67 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 552 | CA | 37.8 | -122 | 94107 | c:314 | San Francisco | 1 | 2005-01-01 | 2005-06-01 | 2005-06-01 | 0.414 | 0.414 | 6.83 | 8.87 | 9 | 1 | 1e+05 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:314 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2e+03 | web | web | ||
| 697 | CA | 37.8 | -122 | 94108 | c:3991 | San Francisco | Pure Digital Technologies | 1 | 2001-09-01 | 2004-01-01 | 2008-08-18 | 2.33 | 6.97 | 4 | 8.3 | 11 | 3 | 6.82e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:3991 | 1 | 1 | 0 | 0 | 0 | 0 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 239 | CA | 37.8 | -122 | 94501 | c:16892 | Alameda | Voxify | 1 | 2001-01-01 | 2005-02-01 | 2010-04-21 | 4.09 | 9.31 | 6 | 6 | 5 | 3 | 3.3e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:16892 | 1 | 0 | 0 | 1 | 0 | 1 | 3.67 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 672 | NC | 36 | -78.9 | 27701 | c:38460 | Durham | EvoApp | 0 | 2009-01-01 | 2013-01-01 | 2010-10-15 | 2012-04-20 | 1.79 | 3.3 | 2.08 | 2.33 | 8 | 3 | 3.35e+06 | 2 | NC | 0 | 0 | 0 | 0 | 1 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:38460 | 0 | 1 | 1 | 0 | 0 | 0 | 9.5 | 0 | closed | 2.01e+03 | other_category | other_category |
| 996 | NY | 40.8 | -74 | 10001 | c:64959 | New York | Visual Revenue | 1 | 2010-03-01 | 2011-07-28 | 2012-01-26 | 1.41 | 1.91 | -0.162 | 1.84 | 5 | 2 | 2.21e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:64959 | 0 | 1 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 825 | CA | 37.6 | -122 | 94401 | c:47270 | San Mateo | Offermatic | 0 | 2010-02-01 | 2013-06-01 | 2010-12-01 | 2011-03-09 | 0.83 | 1.1 | 1.1 | 1.16 | 6 | 2 | 4.5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:47270 | 0 | 1 | 1 | 0 | 0 | 0 | 3 | 1 | closed | 2.01e+03 | web | web |
| 263 | MA | 42.3 | -71.2 | 2494 | c:17433 | Needham | HiWired | 1 | 2004-01-01 | 2008-01-01 | 2008-01-02 | 4 | 4.01 | 4 | 4 | 2 | 2 | 1.4e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:17433 | 1 | 0 | 0 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | software | software | |
| 119 | FL | 26.1 | -80.4 | 33327 | c:144687 | Weston | DateMyFamily.com | 0 | 2011-11-11 | 2013-01-01 | 2011-12-01 | 2011-12-01 | 0.0548 | 0.0548 | 0.0685 | 0.4 | 4 | 1 | 1e+05 | 2 | FL | 0 | 0 | 0 | 0 | 1 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:144687 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | other_category | other_category |
| 1e+03 | CA | 37.4 | -122 | 94304 | c:6592 | Palo Alto | Hyperic | 1 | 2004-01-01 | 2006-05-10 | 2007-06-05 | 2.36 | 3.43 | 3 | 5.34 | 4 | 2 | 9.9e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:6592 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | software | software | |
| 610 | CA | 37.8 | -122 | 94104 | c:34545 | San Francisco | Optimal | 1 | 2008-01-01 | 2008-01-01 | 2013-01-22 | 0 | 5.06 | 5.01 | 5.79 | 10 | 3 | 7.6e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:34545 | 0 | 0 | 1 | 1 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 246 | CA | 34.4 | -120 | 93101 | c:17030 | Santa Barbara | SendMeHome.com | 0 | 2008-07-01 | 2012-06-04 | 2008-07-01 | 2008-07-01 | 0 | 0 | 0.737 | 0.737 | 2 | 1 | 5e+04 | 1 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:17030 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | closed | 2.01e+03 | games_video | games_video |
| 22 | CA | 34 | -118 | 90034 | c:10610 | Los Angeles | Geodelic Systems | 0 | 2008-01-01 | 2011-01-01 | 2008-12-01 | 2010-09-23 | 0.918 | 2.73 | 2.42 | 2.73 | 8 | 3 | 1.05e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:10610 | 1 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | mobile | mobile |
| 1.01e+03 | CA | 34 | -118 | 90401 | c:68470 | Santa Monica | BlockBeacon | 1 | 2012-01-01 | 2012-06-21 | 2012-06-21 | 0.471 | 0.471 | 0 | 0.918 | 12 | 1 | 5e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:68470 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | web | web | |
| 8 | CA | 37.4 | -122 | 94041 | c:10197 | Mountain View | PostPath | 1 | 2003-01-01 | 2004-12-07 | 2007-01-16 | 1.93 | 4.04 | 2 | 10.2 | 2 | 2 | 2.43e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:10197 | 0 | 0 | 0 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | web | web | |
| 595 | CA | 37.4 | -122 | 95054 | c:33771 | Santa Clara | Attune Systems | 0 | 1999-01-01 | 2009-02-12 | 2006-06-27 | 2006-11-14 | 7.49 | 7.87 | 7.01 | 7.01 | 6 | 2 | 1.8e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:33771 | 1 | 0 | 0 | 1 | 0 | 0 | 4 | 1 | closed | 2e+03 | other_category | other_category |
| 757 | CA | 37.8 | -122 | 94107 | c:437 | San Francisco | TokBox | 1 | 2007-05-01 | 2007-12-26 | 2010-11-15 | 0.655 | 3.55 | 3.84 | 6.56 | 27 | 3 | 2.6e+07 | 5 | CA | 1 | 0 | 0 | 0 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:437 | 0 | 0 | 1 | 1 | 1 | 0 | 3.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 336 | MD | 39.2 | -76.8 | Maryland 21045 | c:20062 | Columbia | Heartscape | 1 | 2000-01-01 | 2009-10-15 | 2007-04-24 | 2007-04-24 | 7.32 | 7.32 | 5.01 | 5.01 | 6 | 1 | 1.7e+07 | 1 | MD | 0 | 0 | 0 | 0 | 1 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:20062 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | acquired | 2e+03 | biotech | other_category |
| 493 | CA | 37.4 | -122 | 94043 | c:281 | Mountain View | PeerMe | 0 | 2004-01-01 | 2009-02-03 | 2005-01-01 | 2005-01-01 | 1 | 1 | 1.16 | 3.57 | 2 | 1 | 5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:281 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 0 | closed | 2e+03 | games_video | games_video |
| 1.09e+03 | MA | 42.5 | -71.2 | 1803 | c:8251 | Burlington | neoSaej | 0 | 2006-01-01 | 2013-06-01 | 2007-03-29 | 2010-12-21 | 1.24 | 4.97 | 1 | 1 | 1 | 5 | 1.31e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:8251 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | web | web |
| 962 | WA | 39.8 | -100 | 98104 | c:60243 | Seattle | Kiha Software | 0 | 2008-01-01 | 2011-08-01 | 2010-10-28 | 2010-10-28 | 2.82 | 2.82 | 0 | 2.82 | 1 | 1 | 2e+07 | 2 | WA | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:60243 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | software | software |
| 867 | MA | 42.4 | -71.1 | 2138 | c:513 | Cambridge | Vlingo | 1 | 2006-06-01 | 2006-12-01 | 2009-09-16 | 0.501 | 3.3 | 2.07 | 7 | 18 | 3 | 2.65e+07 | 4 | MA | 0 | 0 | 1 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:513 | 1 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 876 | TX | 30.3 | -97.7 | 78701 | c:51969 | Austin | Hurricane Party | 0 | 2010-05-01 | 2012-07-01 | 2010-05-01 | 2010-05-01 | 0 | 0 | 0.274 | 0.863 | 5 | 1 | 2e+04 | 2 | TX | 0 | 0 | 0 | 1 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:51969 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | mobile | mobile |
| 75 | CA | 37.4 | -122 | 94085 | c:1284 | Sunnyvale | Minekey | 0 | 2005-01-01 | 2012-08-18 | 2006-12-01 | 2007-08-01 | 1.92 | 2.58 | 2 | 6.92 | 10 | 2 | 3.6e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1284 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2e+03 | web | web |
| 404 | NY | 40.7 | -74 | 10012 | c:24029 | New York | Blip | 1 | 2005-05-01 | 2006-03-01 | 2012-07-30 | 0.833 | 7.25 | 8.01 | 8.4 | 23 | 7 | 2.73e+07 | 4 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:24029 | 0 | 1 | 1 | 1 | 1 | 1 | 2 | 1 | acquired | 2e+03 | games_video | games_video | |
| 226 | CA | 37.8 | -122 | 94105 | c:166772 | San Francisco | Fabkids | 1 | 2012-01-01 | 2012-08-02 | 2012-08-02 | 0.586 | 0.586 | 1.05 | 1.05 | 8 | 1 | 2.6e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:166772 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | acquired | 2.01e+03 | ecommerce | ecommerce | |
| 954 | CA | 37.4 | -122 | 94306 | c:59709 | Palo Alto | CafeBots | 0 | 2010-01-01 | 2010-10-01 | 2010-10-21 | 2010-10-21 | 0.803 | 0.803 | 0 | 1.41 | 5 | 1 | 5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:59709 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | web | web |
| 50 | CA | 32.9 | -117 | 92121 | c:11888 | San Diego | Avaak | 1 | 2004-01-01 | 2008-10-03 | 2010-03-22 | 4.76 | 6.22 | 3.67 | 6.22 | 2 | 2 | 1.7e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:11888 | 0 | 0 | 1 | 1 | 0 | 0 | 3.5 | 1 | acquired | 2e+03 | mobile | mobile | |
| 938 | NY | 40.7 | -74 | 10011 | c:58550 | New York | Savored | 1 | 2010-01-01 | 2010-01-01 | 2011-01-10 | 0 | 1.02 | 2.01 | 2.73 | 12 | 2 | 3.75e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | hospitality | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:58550 | 0 | 1 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 698 | CA | 37.8 | -122 | 94107 | c:4 | San Francisco | Digg | 1 | 2004-10-11 | 2005-10-01 | 2011-07-12 | 0.973 | 6.75 | 5.25 | 9.15 | 57 | 4 | 4.5e+07 | 8 | CA | 1 | 0 | 0 | 0 | 0 | news | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:4 | 0 | 0 | 1 | 1 | 1 | 1 | 4.67 | 1 | acquired | 2e+03 | other_category | other_category | |
| 128 | NY | 40.7 | -74 | 11101 | c:1475 | Long Island City | Songza | 1 | 2007-11-01 | 2011-09-19 | 2013-09-10 | 3.88 | 5.86 | 2.84 | 6.11 | 9 | 2 | 6.7e+06 | 4 | NY | 0 | 1 | 0 | 0 | 0 | music | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1475 | 1 | 0 | 0 | 0 | 0 | 0 | 8 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 386 | CA | 37.5 | -122 | 94065 | c:23134 | Redwood City | Bigfoot Networks | 1 | 2006-01-01 | 2006-03-06 | 2009-11-17 | 0.175 | 3.88 | 2 | 4.47 | 12 | 3 | 2.08e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:23134 | 1 | 0 | 1 | 1 | 0 | 0 | 2.33 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 496 | CA | 37.8 | -122 | 94104 | c:282 | San Francisco | Kiptronic | 1 | 2005-05-01 | 2005-11-01 | 2008-06-05 | 0.504 | 3.1 | 2.24 | 3.76 | 10 | 3 | 7.3e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:282 | 0 | 1 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | advertising | advertising | |
| 986 | WA | 39.8 | -100 | 98104 | c:6340 | Seattle | Cozi Group | 0 | 2005-03-03 | 2013-01-31 | 2005-12-01 | 2012-12-27 | 0.748 | 7.82 | 4.32 | 5.9 | 16 | 7 | 2.64e+07 | 3 | WA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:6340 | 1 | 0 | 1 | 1 | 0 | 0 | 1.33 | 1 | closed | 2e+03 | web | web |
| 988 | NY | 40.7 | -74 | 10011 | c:63621 | NY | Lifestander | 0 | 2010-09-01 | 2013-06-01 | 2010-10-02 | 2010-10-02 | 0.0849 | 0.0849 | 0 | 0 | 1 | 1 | 3.1e+04 | 1 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:63621 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | closed | 2.01e+03 | web | web |
| 425 | CA | 37.5 | -122 | 94025 | c:251 | Menlo Park | Jaxtr | 1 | 2005-10-01 | 2007-07-01 | 2008-06-23 | 1.75 | 2.73 | 1.75 | 6.15 | 16 | 3 | 2.15e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:251 | 0 | 0 | 1 | 1 | 0 | 0 | 3.33 | 1 | acquired | 2e+03 | mobile | mobile | |
| 64 | CO | 39.5 | -105 | 80112 | c:12285 | Englewood | MX Logic | 1 | 2002-01-01 | 2006-11-07 | 2006-11-07 | 4.85 | 4.85 | 6.59 | 6.59 | 5 | 1 | 4e+06 | 1 | CO | 0 | 0 | 0 | 0 | 1 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:12285 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.12e+03 | CA | 33 | -117 | 90275 | c:885 | Solana Beach | Metaplace | 1 | 2006-07-01 | 2007-01-01 | 2010-03-15 | 0.504 | 3.71 | 2.99 | 4.02 | 5 | 3 | 9.4e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:885 | 1 | 0 | 1 | 1 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 247 | NY | 37.4 | -122 | 10004 | c:1704 | New York | TravelMuse | 1 | 2007-04-16 | 2007-05-01 | 2009-06-01 | 0.0411 | 2.13 | 1.76 | 4.87 | 9 | 3 | 5.6e+06 | 4 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1704 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | web | web | |
| 955 | CA | 37.8 | -122 | 94105 | c:5986 | San Francisco | Jambool | 1 | 2006-08-01 | 2008-08-01 | 2009-08-17 | 2 | 3.05 | 3.58 | 5.48 | 9 | 2 | 6e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | finance | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:5986 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 399 | GA | 33.8 | -84.4 | 30309 | c:23756 | NW Atlanta | Zipcar | 1 | 2000-10-31 | 2002-12-20 | 2010-12-15 | 2.14 | 10.1 | 10.4 | 12.2 | 35 | 4 | 6.07e+07 | 3 | GA | 0 | 0 | 0 | 0 | 1 | transportation | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:23756 | 1 | 0 | 0 | 1 | 0 | 1 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 745 | CA | 37.8 | -122 | 94107 | c:43172 | San Francisco | Hitpost | 1 | 2009-04-01 | 2010-01-01 | 2012-04-26 | 0.753 | 3.07 | 3.92 | 4.5 | 16 | 3 | 2e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | sports | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:43172 | 0 | 1 | 0 | 0 | 0 | 0 | 3.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 345 | CA | 37.8 | -122 | 94107 | c:20637 | San Francisco | Home-Account | 1 | 2008-11-01 | 2009-04-16 | 2009-07-16 | 0.455 | 0.704 | 0.581 | 1.74 | 5 | 2 | 1e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | finance | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:20637 | 1 | 0 | 1 | 0 | 0 | 0 | 5.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 335 | PA | 40 | -75.2 | 19004 | c:20033 | Bala Cynwyd | PayParade Pictures | 0 | 2007-10-17 | 2012-01-27 | 2008-12-01 | 2009-03-13 | 1.13 | 1.41 | 0.792 | 1.4 | 3 | 2 | 2e+05 | 2 | PA | 0 | 0 | 0 | 0 | 1 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:20033 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | games_video | games_video |
| 94 | CA | 37.6 | -122 | 94066 | c:13504 | San Bruno | Planet Metrics | 0 | 2007-01-01 | 2011-02-07 | 2008-11-12 | 2008-11-12 | 1.87 | 1.87 | 0 | 1.86 | 2 | 1 | 2.3e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:13504 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | other_category | other_category |
| 566 | CA | 37.8 | -122 | 94108 | c:3185 | San Francisco | kwiry | 0 | 2006-01-01 | 2009-04-23 | 2008-03-20 | 2008-03-20 | 2.22 | 2.22 | 0.748 | 3.42 | 5 | 1 | 1e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3185 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | mobile | mobile |
| 1.03e+03 | CA | 37.8 | -122 | 94107 | c:725 | San Francisco | imeem | 1 | 2003-11-01 | 2004-09-01 | 2009-08-01 | 0.836 | 5.75 | 4.98 | 7.03 | 13 | 5 | 2.48e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | music | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:725 | 1 | 1 | 1 | 1 | 0 | 0 | 2.4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 107 | IL | 42.1 | -87.7 | 60201 | c:13921 | Evanston | Amadesa | 0 | 2005-05-15 | 2013-07-01 | 2007-12-03 | 2011-10-05 | 2.55 | 6.39 | 6.64 | 6.64 | 15 | 2 | 1.28e+07 | 1 | IL | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:13921 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | closed | 2e+03 | software | software |
| 411 | CA | 37.4 | -122 | 94043 | c:24549 | Mountain View | Cast Iron Systems | 1 | 2001-01-01 | 2005-03-28 | 2007-07-29 | 4.24 | 6.58 | 7 | 7 | 10 | 2 | 3.05e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:24549 | 0 | 0 | 0 | 0 | 0 | 1 | 4.5 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 952 | CA | 33.1 | -117 | 92010 | c:5952 | Carlsbad | Aptera | 0 | 2003-01-01 | 2011-12-01 | 2008-07-25 | 2011-07-13 | 5.57 | 8.53 | 5.61 | 7.84 | 3 | 3 | 3.63e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | automotive | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:5952 | 1 | 0 | 0 | 0 | 1 | 0 | 1.5 | 1 | closed | 2e+03 | other_category | other_category |
| 746 | CA | 37.8 | -122 | 94111 | c:43183 | San Francisco | RentJuice | 1 | 2008-01-01 | 2010-03-04 | 2011-01-31 | 2.17 | 3.08 | 3.09 | 4.78 | 7 | 3 | 6.69e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | real_estate | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:43183 | 1 | 0 | 0 | 0 | 0 | 0 | 1.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 903 | CA | 37.3 | -122 | 95014 | c:5485 | Cupertino | Parascale | 1 | 2005-01-01 | 2008-06-23 | 2008-06-23 | 3.48 | 3.48 | 3.68 | 5.63 | 8 | 1 | 1.14e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:5485 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.12e+03 | CA | 34.1 | -118 | 90069 | c:9 | West Hollywood | Geni | 1 | 2006-06-01 | 2007-01-01 | 2009-01-19 | 0.586 | 2.64 | 3.54 | 6.07 | 13 | 3 | 1.65e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:9 | 0 | 0 | 1 | 1 | 1 | 0 | 1.33 | 1 | acquired | 2.01e+03 | web | web | |
| 148 | CA | 37.8 | -122 | 94111 | c:15129 | San Franciso | Zentact | 0 | 2008-09-01 | 2012-01-01 | 2008-09-01 | 2008-09-01 | 0 | 0 | 3.41 | 3.41 | 3 | 1 | 2.5e+05 | 1 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:15129 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 0 | closed | 2.01e+03 | other_category | other_category |
| 597 | NY | 40.7 | -74 | 10010 | c:339 | New York | Outside.in | 1 | 2006-08-01 | 2007-02-01 | 2009-12-08 | 0.504 | 3.36 | 3.42 | 7.23 | 9 | 5 | 1.44e+07 | 5 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:339 | 0 | 1 | 1 | 1 | 0 | 0 | 5.8 | 1 | acquired | 2.01e+03 | web | web | |
| 1.14e+03 | NY | 40.8 | -74 | 10001 | c:967 | New York | Salesforce Buddy Media | 1 | 2007-09-01 | 2007-09-01 | 2011-08-15 | 0 | 3.96 | 4.76 | 5.15 | 24 | 5 | 9e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:967 | 1 | 0 | 1 | 1 | 1 | 1 | 3.8 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 515 | CA | 37.8 | -122 | 94017 | c:2925 | San Francisco | Vizu Corporation | 1 | 2005-02-14 | 2006-02-20 | 2012-04-09 | 1.02 | 7.15 | 5.7 | 8.18 | 10 | 4 | 1.31e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:2925 | 0 | 0 | 1 | 1 | 0 | 0 | 4 | 1 | acquired | 2e+03 | advertising | advertising | |
| 1.11e+03 | CA | 37.4 | -122 | 94041 | c:86 | Mountain View | Zing Systems | 1 | 2007-06-01 | 2006-12-01 | 2007-01-01 | -0.499 | -0.414 | -0.499 | 5.77 | 10 | 2 | 2.6e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:86 | 0 | 0 | 1 | 0 | 1 | 0 | 2.5 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 1.02e+03 | MA | 42.5 | -71.2 | 1803 | c:69834 | Burlington | DynamicOps | 1 | 2008-01-01 | 2011-02-28 | 2011-09-09 | 3.16 | 3.69 | 3 | 4.5 | 6 | 2 | 1.63e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:69834 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 776 | TX | 30.4 | -97.8 | 78759 | c:44434 | Austin | Movero Technology | 1 | 2003-01-01 | 2013-06-01 | 2007-06-14 | 2010-03-23 | 4.45 | 7.23 | 7.01 | 7.01 | 5 | 2 | 5.99e+06 | 1 | TX | 0 | 0 | 0 | 1 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:44434 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | acquired | 2e+03 | enterprise | other_category |
| 311 | CA | 37.4 | -122 | 94303 | c:18897 | Palo Alto | Punch Entertainment | 0 | 2005-05-10 | 2012-04-16 | 2006-02-27 | 2006-02-27 | 0.803 | 0.803 | 5.32 | 5.32 | 4 | 1 | 1.2e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:18897 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2e+03 | software | software |
| 753 | NY | 40.7 | -74 | 10003 | c:43416 | New York | Stickybits | 0 | 2009-01-01 | 2012-08-01 | 2010-03-09 | 2010-05-19 | 1.18 | 1.38 | 1.33 | 3.11 | 7 | 2 | 1.9e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:43416 | 0 | 1 | 1 | 0 | 0 | 0 | 2.5 | 1 | closed | 2.01e+03 | web | web |
| 398 | CA | 37.8 | -122 | 94108 | c:23692 | San Francisco | Ecast | 0 | 1999-01-01 | 2012-02-12 | 2008-05-07 | 2011-05-26 | 9.35 | 12.4 | 7.01 | 11.4 | 9 | 3 | 3.03e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:23692 | 1 | 0 | 0 | 0 | 0 | 1 | 4.5 | 1 | closed | 2e+03 | games_video | games_video |
| 174 | CA | 34 | -118 | 90405 | c:1587 | Santa Monica | EdgeCast Networks | 1 | 2006-08-01 | 2006-08-01 | 2013-07-18 | 0 | 6.97 | 6.42 | 7.36 | 19 | 5 | 7.4e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1587 | 0 | 1 | 1 | 1 | 1 | 1 | 1.75 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 455 | MI | 42.8 | -86 | 49464 | c:26390 | Zeeland | Revetto | 0 | 2009-01-01 | 2009-05-18 | 2009-05-01 | 2009-05-01 | 0.329 | 0.329 | -0.419 | -0.419 | 3 | 1 | 2e+04 | 1 | MI | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:26390 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 579 | VA | 39 | -77.4 | 20170 | c:32094 | Herndon | ZoomSafer | 1 | 2009-01-01 | 2009-03-01 | 2011-03-07 | 0.162 | 2.18 | 1.51 | 2.18 | 3 | 4 | 3.35e+06 | 2 | VA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:32094 | 0 | 1 | 1 | 1 | 0 | 0 | 1.5 | 0 | acquired | 2.01e+03 | mobile | mobile | |
| 1.12e+03 | CA | 37.4 | -122 | 94306 | c:8676 | Palo Alto | Buysight | 1 | 2008-01-01 | 2008-11-04 | 2012-03-21 | 0.844 | 4.22 | 0.762 | 4.93 | 18 | 3 | 2.4e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:8676 | 0 | 0 | 1 | 1 | 0 | 0 | 3.67 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 1.06e+03 | CA | 37.8 | -122 | 94110 | c:767 | San Francisco | TripIt | 1 | 2006-10-01 | 2007-04-01 | 2010-03-04 | 0.499 | 3.42 | 1.99 | 5.96 | 14 | 3 | 1.31e+07 | 5 | CA | 1 | 0 | 0 | 0 | 0 | travel | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:767 | 0 | 1 | 0 | 1 | 1 | 0 | 1.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 959 | NY | 40.8 | -74 | 10010 | c:6011 | New York | Pinch Media | 1 | 2008-04-01 | 2008-05-01 | 2010-01-06 | 0.0822 | 1.77 | 0.301 | 5.01 | 6 | 3 | 5.6e+05 | 5 | NY | 0 | 1 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:6011 | 1 | 1 | 0 | 0 | 0 | 0 | 3.5 | 1 | acquired | 2.01e+03 | software | software | |
| 563 | MN | 45 | -93.3 | 55311 | c:31794 | Minneapolis | Enstratius | 1 | 2009-01-01 | 2011-11-07 | 2011-11-07 | 2.85 | 2.85 | 2.91 | 4.19 | 7 | 1 | 3.5e+06 | 3 | MN | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:31794 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 1 | MA | 42.4 | -71.1 | 2210 | c:10054 | Boston | Jumptap | 1 | 2005-01-01 | 2005-03-01 | 2012-07-02 | 0.162 | 7.5 | 7.05 | 8.62 | 45 | 7 | 1.22e+08 | 3 | MA | 0 | 0 | 1 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:10054 | 1 | 0 | 1 | 1 | 1 | 1 | 4.5 | 1 | acquired | 2e+03 | mobile | mobile | |
| 111 | CA | 37.4 | -122 | 95134 | c:14036 | San Jose | WiChorus | 1 | 2005-01-01 | 2005-12-22 | 2008-11-04 | 0.973 | 3.84 | 2 | 2 | 18 | 4 | 4.25e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:14036 | 1 | 0 | 1 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | mobile | mobile | |
| 664 | NC | 36 | -78.9 | 27713 | c:38123 | Durham | Hatteras Networks | 1 | 2000-01-01 | 2005-06-08 | 2006-06-01 | 5.44 | 6.42 | 6.01 | 6.01 | 26 | 2 | 3.6e+07 | 1 | NC | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:38123 | 1 | 0 | 0 | 0 | 0 | 1 | 3.5 | 1 | acquired | 2e+03 | software | software | |
| 229 | CA | 37.8 | -122 | 94111 | c:16709 | San Francisco | Focus | 0 | 2005-08-01 | 2012-09-15 | 2008-03-06 | 2008-03-06 | 2.6 | 2.6 | 2.92 | 5.48 | 7 | 1 | 1.22e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:16709 | 0 | 0 | 0 | 0 | 1 | 0 | 3 | 1 | closed | 2e+03 | enterprise | other_category |
| 820 | NY | 40.7 | -74 | 10005 | c:46901 | New York | easy2comply (Dynasec) | 1 | 2002-01-01 | 2007-10-02 | 2007-10-02 | 5.75 | 5.75 | 8.01 | 9.84 | 4 | 1 | 1e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:46901 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2e+03 | software | software | |
| 86 | WA | 30.6 | -87 | 98033 | c:13219 | Kirkland | Clearwire | 1 | 2003-10-01 | 2008-05-06 | 2013-02-27 | 4.6 | 9.42 | 5.26 | 9.78 | 19 | 4 | 5.7e+09 | 2 | WA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:13219 | 0 | 0 | 0 | 0 | 0 | 0 | 4.25 | 1 | acquired | 2e+03 | mobile | mobile | |
| 780 | TX | 33 | -96.8 | 75001 | c:44576 | Addison | CREDANT Technologies | 1 | 2001-01-01 | 2007-12-20 | 2007-12-20 | 6.97 | 6.97 | 0.0849 | 12 | 6 | 1 | 5e+06 | 2 | TX | 0 | 0 | 0 | 1 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:44576 | 0 | 0 | 0 | 0 | 1 | 0 | 5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 905 | NY | 40.8 | -74 | 10001 | c:55043 | New York | Exclusively.in | 1 | 2010-01-01 | 2010-11-03 | 2011-05-29 | 0.838 | 1.41 | 1.64 | 1.64 | 4 | 2 | 1.88e+07 | 1 | NY | 0 | 1 | 0 | 0 | 0 | fashion | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:55043 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 739 | MA | 42.5 | -71.2 | 1801 | c:42672 | Woburn | Octavian | 0 | 2003-01-01 | 2011-02-01 | 2005-06-01 | 2007-10-10 | 2.42 | 4.78 | 4 | 4 | 2 | 2 | 1.5e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:42672 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | closed | 2e+03 | software | software |
| 78 | NY | 40.8 | -74 | 10011 | c:130 | New York | KickApps | 1 | 2004-03-01 | 2006-06-01 | 2008-11-25 | 2.25 | 4.74 | 5.34 | 7.27 | 22 | 3 | 3.9e+07 | 5 | NY | 0 | 1 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:130 | 0 | 0 | 1 | 1 | 1 | 0 | 3 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 958 | MA | 42.4 | -71.1 | 2210 | c:60087 | Boston | Localocracy | 1 | 2009-01-01 | 2009-05-01 | 2011-02-04 | 0.329 | 2.09 | 1.33 | 2.75 | 4 | 3 | 1.72e+05 | 2 | MA | 0 | 0 | 1 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:60087 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | web | web | |
| 418 | NY | 40.7 | -74 | 10013 | c:24853 | New York City | Pixable | 1 | 2009-03-12 | 2010-11-10 | 2011-04-22 | 1.67 | 2.11 | 2.3 | 3.55 | 23 | 2 | 6.1e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:24853 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 124 | CA | 37.9 | -122 | 94939 | c:14608 | Larkspur | mFoundry | 1 | 2004-01-01 | 2006-03-21 | 2011-12-05 | 2.22 | 7.93 | 1.67 | 9.09 | 7 | 3 | 4.03e+07 | 5 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:14608 | 1 | 0 | 0 | 1 | 1 | 0 | 4 | 1 | acquired | 2e+03 | mobile | mobile | |
| 998 | CA | 34.1 | -118 | 90046 | c:65389 | Los Angeles | Bevvy | 0 | 2011-01-08 | 2012-01-01 | 2011-05-20 | 2011-05-20 | 0.362 | 0.362 | 0.375 | 0.542 | 9 | 1 | 1e+05 | 3 | CA | 1 | 0 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:65389 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | ecommerce | ecommerce |
| 281 | WA | 47.6 | -122 | 98104 | c:1767 | Seattle | Livemocha | 1 | 2007-09-01 | 2008-01-01 | 2013-02-25 | 0.334 | 5.49 | 2.75 | 5.59 | 14 | 5 | 1.94e+07 | 2 | WA | 0 | 0 | 0 | 0 | 1 | education | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1767 | 1 | 0 | 1 | 1 | 1 | 0 | 1.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 960 | CA | 37.6 | -122 | 94066 | c:6012 | San Bruno | IronPort Systems | 1 | 2000-01-01 | 2002-06-25 | 2004-10-25 | 2.48 | 4.82 | 5.59 | 11.9 | 21 | 2 | 6.15e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:6012 | 0 | 0 | 0 | 1 | 0 | 1 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 784 | CA | 37.8 | -122 | 94108 | c:44976 | San Francisco | Crowdcast | 1 | 2007-01-01 | 2010-06-10 | 2010-06-10 | 3.44 | 3.44 | 4 | 5.72 | 6 | 1 | 6e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:44976 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | software | software | |
| 377 | MA | 42.4 | -71.1 | 2114 | c:2275 | Boston | Where | 1 | 2004-01-01 | 2003-12-31 | 2009-01-01 | -0.0027 | 5.01 | 4.95 | 7.37 | 23 | 4 | 1.91e+07 | 6 | MA | 0 | 0 | 1 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:2275 | 0 | 0 | 1 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | mobile | mobile | |
| 222 | NY | 40.8 | -74 | 10003 | c:16611 | New York | Pictela | 1 | 2008-10-17 | 2009-01-06 | 2010-11-06 | 0.222 | 2.05 | 0.0411 | 3.92 | 8 | 4 | 3.5e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:16611 | 1 | 0 | 1 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 1.15e+03 | CA | 37.5 | -122 | 94063 | c:975 | Redwood City | Grouply | 1 | 2006-03-01 | 2012-01-01 | 2007-06-01 | 2008-01-14 | 1.25 | 1.87 | 4.72 | 5.1 | 13 | 3 | 2.6e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:975 | 0 | 1 | 1 | 0 | 0 | 0 | 3.67 | 1 | acquired | 2.01e+03 | other_category | other_category |
| 869 | CA | 37.8 | -122 | 94103 | c:51332 | San Francisco | Storify | 1 | 2009-12-11 | 2009-07-01 | 2011-02-03 | -0.447 | 1.15 | 3.06 | 3.75 | 14 | 3 | 2.02e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:51332 | 0 | 1 | 1 | 0 | 0 | 0 | 1.33 | 1 | acquired | 2.01e+03 | web | web | |
| 630 | CA | 34 | -118 | 90404 | c:36151 | Santa Monica | ShoeDazzle | 1 | 2009-03-01 | 2009-11-19 | 2012-10-03 | 0.721 | 3.59 | 2.84 | 4.02 | 17 | 4 | 6.6e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | fashion | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:36151 | 1 | 0 | 1 | 1 | 1 | 0 | 2.33 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 134 | NY | 40.7 | -74 | 10016 | c:148576 | New York | LiftDNA | 1 | 2009-09-01 | 2011-02-01 | 2011-02-11 | 1.42 | 1.45 | 1.66 | 1.66 | 5 | 2 | 1e+06 | 1 | NY | 0 | 1 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:148576 | 0 | 1 | 0 | 0 | 0 | 0 | 3.5 | 0 | acquired | 2.01e+03 | advertising | advertising | |
| 1.04e+03 | CA | 37.4 | -122 | 94306 | c:73586 | Palo Alto | Onavo | 1 | 2010-01-01 | 2011-05-01 | 2012-01-24 | 1.33 | 2.06 | 3.25 | 3.78 | 11 | 2 | 1.3e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:73586 | 0 | 0 | 1 | 1 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 806 | MA | 42.4 | -71.2 | 2451 | c:46070 | Waltham | Pyxis Mobile | 0 | 1998-01-01 | 2012-08-01 | 2005-09-09 | 2012-01-10 | 7.69 | 14 | 12.5 | 14 | 3 | 3 | 2.42e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:46070 | 1 | 0 | 1 | 1 | 0 | 0 | 2.33 | 1 | closed | 2e+03 | software | software |
| 57 | MA | 42.4 | -71.2 | 2451 | c:12171 | Waltham | Guardium | 1 | 2002-01-01 | 2005-08-12 | 2006-05-17 | 3.61 | 4.38 | 0 | 7.92 | 1 | 2 | 1.18e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:12171 | 0 | 0 | 0 | 0 | 1 | 1 | 4.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 794 | NV | 36 | -115 | 89052 | c:45413 | Henderson | Trooval | 0 | 2008-09-01 | 2011-02-01 | 2010-04-07 | 2010-11-05 | 1.6 | 2.18 | 0.0822 | 0.0822 | 2 | 2 | 2.39e+06 | 1 | NV | 0 | 0 | 0 | 0 | 1 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:45413 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | other_category | other_category |
| 76 | MA | 42.3 | -71.1 | 2116 | c:1285 | Boston | Compete | 1 | 2000-01-01 | 2000-11-01 | 2007-08-01 | 0.836 | 7.59 | 11.6 | 13.6 | 35 | 4 | 3.3e+07 | 5 | MA | 0 | 0 | 1 | 0 | 0 | consulting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | c:1285 | 1 | 0 | 1 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | consulting | other_category | |
| 97 | VA | 38.9 | -77.4 | 22102 | c:13730 | McLean | Rollstream | 1 | 2005-01-01 | 2007-09-03 | 2008-11-18 | 2.67 | 3.88 | 4 | 7.32 | 4 | 2 | 7.5e+06 | 3 | VA | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:13730 | 0 | 0 | 1 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | software | software | |
| 573 | CA | 37.4 | -122 | 95134 | c:31936 | San Jose | NeoGuide Systems | 1 | 2000-01-01 | 2006-09-29 | 2006-09-29 | 6.75 | 6.75 | 4 | 4 | 3 | 1 | 2.5e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:31936 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | acquired | 2e+03 | biotech | other_category | |
| 576 | CA | 37.4 | -122 | 95054 | c:32011 | Santa Clara | Accept Software | 1 | 2002-01-01 | 2005-09-16 | 2010-12-14 | 3.71 | 8.96 | 4 | 4 | 7 | 4 | 2.53e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:32011 | 1 | 0 | 1 | 1 | 1 | 0 | 2 | 1 | acquired | 2e+03 | software | software | |
| 368 | CA | 37.4 | -122 | 94301 | c:22203 | Palo Alto | Milo | 1 | 2008-01-01 | 2008-11-01 | 2009-11-24 | 0.836 | 1.9 | 2.3 | 3.84 | 21 | 2 | 4.95e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:22203 | 0 | 1 | 1 | 0 | 0 | 0 | 12.5 | 1 | acquired | 2.01e+03 | web | web | |
| 18 | NY | 37.8 | -122 | 10003 | c:105 | New York | Surphace | 1 | 2005-06-01 | 2005-04-01 | 2006-05-01 | -0.167 | 0.915 | 2.67 | 8.38 | 15 | 2 | 3.5e+06 | 4 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:105 | 0 | 0 | 1 | 1 | 0 | 0 | 5.5 | 1 | acquired | 2e+03 | web | web | |
| 964 | CA | 37.4 | -122 | 94041 | c:60436 | Mountain View | Cloudmeter | 1 | 2007-04-01 | 2012-04-27 | 2012-04-27 | 5.08 | 5.08 | 4.76 | 6.05 | 7 | 1 | 5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:60436 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | enterprise | other_category | |
| 929 | CA | 37.4 | -122 | 94010 | c:5779 | Burlingame | Zecter | 1 | 2007-06-01 | 2007-06-01 | 2009-12-14 | 0 | 2.54 | 3.77 | 5.92 | 9 | 3 | 2.52e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:5779 | 1 | 1 | 1 | 0 | 0 | 0 | 1.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 602 | MA | 42.6 | -71.3 | 1851 | c:3413 | Lowell | Dimdim | 1 | 2006-01-01 | 2007-02-01 | 2008-07-01 | 1.08 | 2.5 | 2.52 | 5.02 | 10 | 2 | 8.4e+06 | 3 | MA | 0 | 0 | 1 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3413 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | web | web | |
| 966 | CA | 34 | -118 | 90405 | c:6049 | Santa Monica | TeleFlip | 0 | 2004-01-01 | 2008-01-01 | 2006-08-01 | 2008-01-01 | 2.58 | 4 | 2.03 | 4.62 | 5 | 2 | 4.9e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:6049 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | closed | 2e+03 | mobile | mobile |
| 944 | WA | 47.6 | -122 | 98004 | c:58998 | Bellevue | MessageGate | 0 | 2001-01-01 | 2012-07-16 | 2005-04-18 | 2005-04-18 | 4.3 | 4.3 | 5 | 5 | 3 | 1 | 5e+06 | 1 | WA | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:58998 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | closed | 2e+03 | software | software |
| 360 | CA | 37.8 | -122 | 94103 | c:21762 | San Francisco | Zencoder | 1 | 2007-01-01 | 2010-02-01 | 2011-04-12 | 3.09 | 4.28 | 3.64 | 4.67 | 7 | 2 | 2e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:21762 | 0 | 1 | 1 | 0 | 0 | 0 | 8.5 | 1 | acquired | 2.01e+03 | software | software | |
| 694 | NY | 40.7 | -74 | 10010 | c:39801 | New York | Storm Exchange | 0 | 2006-04-01 | 2009-03-12 | 2006-12-01 | 2008-03-04 | 0.668 | 1.93 | 0 | 0 | 2 | 2 | 1.08e+07 | 1 | NY | 0 | 1 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:39801 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | enterprise | other_category |
| 104 | NY | 40.7 | -74 | 10003 | c:1388 | New York | The Huffington Post | 1 | 2005-05-09 | 2005-05-01 | 2010-08-01 | -0.0219 | 5.23 | 5.76 | 7.49 | 31 | 5 | 3.7e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | news | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1388 | 1 | 0 | 1 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 40 | CA | 37.4 | -122 | 94043 | c:11307 | Mountain View | Exaprotect | 1 | 2004-01-01 | 2006-07-10 | 2006-07-10 | 2.52 | 2.52 | 4 | 9.88 | 5 | 1 | 7.66e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:11307 | 0 | 0 | 1 | 0 | 0 | 0 | 6 | 1 | acquired | 2e+03 | other_category | other_category | |
| 659 | MA | 42.5 | -71.5 | 1460 | c:37929 | Littleton | Akorri Networks | 1 | 2005-01-01 | 2005-05-05 | 2010-03-23 | 0.34 | 5.22 | 3 | 6.03 | 5 | 4 | 4.87e+07 | 3 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:37929 | 1 | 0 | 1 | 1 | 1 | 0 | 3 | 1 | acquired | 2e+03 | software | software | |
| 824 | CA | 34.1 | -118 | 90032 | c:47115 | Los Angeles | Giiv | 0 | 2009-01-01 | 2012-08-01 | 2009-01-01 | 2010-06-01 | 0 | 1.41 | 1.41 | 1.41 | 1 | 2 | 3.35e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:47115 | 0 | 1 | 1 | 0 | 0 | 0 | 2.5 | 1 | closed | 2.01e+03 | other_category | other_category |
| 49 | CA | 34.1 | -118 | 91203 | c:11817 | Glendale | MyShape | 0 | 2003-09-01 | 2013-04-01 | 2007-07-17 | 2010-11-10 | 3.88 | 7.2 | 2.67 | 7.2 | 3 | 4 | 2.8e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:11817 | 1 | 0 | 0 | 1 | 1 | 0 | 3 | 1 | closed | 2e+03 | ecommerce | ecommerce |
| 1.09e+03 | TX | 30.3 | -97.7 | 78701 | c:81476 | Austin | BlackLocus | 1 | 2010-01-01 | 2011-07-01 | 2011-07-01 | 1.5 | 1.5 | 2.08 | 2.08 | 5 | 1 | 2.5e+06 | 1 | TX | 0 | 0 | 0 | 1 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:81476 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 156 | IL | 41.9 | -87.6 | 60610 | c:155 | Chicago | FeedBurner | 1 | 2004-02-01 | 2004-06-01 | 2005-04-01 | 0.332 | 1.16 | 2.08 | 9.35 | 16 | 2 | 8e+06 | 4 | IL | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:155 | 0 | 0 | 1 | 1 | 0 | 0 | 4 | 1 | acquired | 2e+03 | web | web | |
| 1.15e+03 | NY | 40.7 | -74 | 10011 | c:9822 | New York | DailyBurn | 1 | 2007-10-01 | 2008-05-01 | 2009-05-26 | 0.584 | 1.65 | 0.633 | 4.26 | 6 | 2 | 5.4e+05 | 2 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:9822 | 0 | 1 | 0 | 0 | 0 | 0 | 2.5 | 1 | acquired | 2.01e+03 | web | web | |
| 1.13e+03 | CA | 37.8 | -122 | 94107 | c:93 | San Francisco | CastTV | 1 | 2006-01-01 | 2006-01-01 | 2007-04-01 | 0 | 1.25 | 1 | 5.44 | 4 | 2 | 3.1e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:93 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 650 | NY | 40.8 | -74 | 10001 | c:37635 | New York | Venmo | 1 | 2009-04-04 | 2010-05-07 | 2011-08-01 | 1.09 | 2.33 | 2.83 | 4.69 | 8 | 2 | 1.2e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:37635 | 0 | 1 | 1 | 0 | 0 | 0 | 6 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 199 | NY | 40.8 | -74 | 10017 | c:1627 | New York | WeShow | 0 | 2007-06-01 | 2008-12-02 | 2007-06-01 | 2007-06-01 | 0 | 0 | 0.11 | 0.11 | 2 | 1 | 5e+06 | 1 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:1627 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | closed | 2.01e+03 | games_video | games_video |
| 151 | CA | 37.8 | -122 | CA 94105 | c:15294 | San Francisco | SenSage | 1 | 2004-08-18 | 2005-04-18 | 2012-01-01 | 0.666 | 7.38 | 2.37 | 2.37 | 6 | 6 | 3.71e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:15294 | 1 | 0 | 0 | 0 | 1 | 1 | 3.8 | 1 | acquired | 2e+03 | other_category | other_category | |
| 474 | MA | 42.5 | -71.3 | 1821 | c:27163 | Billerica | Luminus Devices | 1 | 2002-01-01 | 2006-05-01 | 2013-03-01 | 4.33 | 11.2 | 8.7 | 8.71 | 3 | 4 | 1.36e+08 | 2 | MA | 0 | 0 | 1 | 0 | 0 | other | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:27163 | 0 | 0 | 0 | 1 | 0 | 1 | 4.33 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.07e+03 | NY | 40.7 | -74 | 10012 | c:77139 | New York | BestVendor | 1 | 2011-01-01 | 2011-03-18 | 2012-02-01 | 0.208 | 1.08 | 0.162 | 2.65 | 3 | 4 | 4.2e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:77139 | 0 | 1 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | software | software | |
| 1.08e+03 | CA | 37.2 | -122 | 95030 | c:80259 | Los Gatos | Eyeona | 0 | 2011-01-01 | 2012-11-01 | 2011-10-10 | 2011-10-10 | 0.773 | 0.773 | 0.312 | 1.15 | 3 | 1 | 2e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:80259 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 464 | CO | 39.9 | -105 | 80021 | c:26806 | Broomfield | ColdSpark | 1 | 2001-01-01 | 2006-01-01 | 2006-01-01 | 5 | 5 | 5.5 | 5.5 | 3 | 1 | 6.5e+06 | 1 | CO | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:26806 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2e+03 | software | software | |
| 914 | CA | 37.4 | -122 | 94040 | c:55592 | Mountain View | Wander (f. YongoPal) | 0 | 2010-01-01 | 2013-07-01 | 2010-04-01 | 2011-01-01 | 0.247 | 1 | 1.16 | 1.16 | 3 | 5 | 1.85e+05 | 1 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:55592 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | mobile | mobile |
| 1.05e+03 | OR | 45.5 | -123 | 97214 | c:74928 | Portland | CrowdCompass | 1 | 2009-04-01 | 2011-12-11 | 2011-12-11 | 2.7 | 2.7 | 3.22 | 4 | 5 | 1 | 1.3e+06 | 2 | OR | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:74928 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | mobile | mobile | |
| 583 | MA | 42.4 | -71.1 | 2111 | c:32383 | Boston | Goby | 1 | 2008-07-01 | 2010-10-20 | 2010-10-20 | 2.3 | 2.3 | -0.334 | 2.36 | 4 | 1 | 2.5e+06 | 3 | MA | 0 | 0 | 1 | 0 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:32383 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 112 | TX | 30.3 | -97.7 | 78701 | c:1419 | Austin | FiveRuns | 1 | 2005-02-01 | 2005-09-01 | 2007-10-28 | 0.581 | 2.74 | 1.92 | 4.66 | 11 | 2 | 9.2e+06 | 2 | TX | 0 | 0 | 0 | 1 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1419 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | acquired | 2e+03 | web | web | |
| 513 | CO | 39.6 | -105 | 80111 | c:29168 | Greenwood Village | TrenStar | 1 | 2001-01-01 | 2007-04-06 | 2007-04-06 | 6.26 | 6.26 | 1 | 1 | 2 | 1 | 1e+07 | 1 | CO | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:29168 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2e+03 | software | software | |
| 963 | WA | 47.6 | -122 | 98109 | c:60352 | Seattle | World Blender | 0 | 2010-01-01 | 2011-02-01 | 2010-11-01 | 2010-11-01 | 0.833 | 0.833 | 0.666 | 0.666 | 3 | 1 | 1.2e+04 | 1 | WA | 0 | 0 | 0 | 0 | 1 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:60352 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | games_video | games_video |
| 1.09e+03 | NY | 40.7 | -74 | 10003 | c:82843 | New York | Dispatch | 1 | 2011-05-01 | 2011-07-01 | 2011-11-10 | 0.167 | 0.529 | 0.167 | 2.44 | 4 | 2 | 9.83e+05 | 2 | NY | 0 | 1 | 0 | 0 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:82843 | 0 | 1 | 0 | 0 | 0 | 0 | 6 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 381 | CA | 34.1 | -118 | 90015 | c:23052 | Los Angeles | HauteLook | 1 | 2007-12-01 | 2009-05-12 | 2010-06-03 | 1.45 | 2.51 | 2.5 | 3.64 | 15 | 2 | 4.1e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | fashion | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:23052 | 0 | 0 | 0 | 1 | 1 | 0 | 1.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 808 | CA | 37.8 | -122 | 94103 | c:46129 | San Francisco | Sponge | 1 | 2010-01-01 | 2010-04-19 | 2010-04-19 | 0.296 | 0.296 | 1.59 | 1.67 | 3 | 1 | 4e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:46129 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | web | web | |
| 272 | CA | 37.8 | -122 | 94110 | c:1760 | San Francisco | Mogad | 1 | 2007-06-01 | 2007-08-01 | 2007-08-01 | 0.167 | 0.167 | 0.671 | 3.32 | 4 | 1 | 5e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1760 | 0 | 0 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 257 | CA | 37.4 | -122 | 94041 | c:173 | Mountain View | Meebo | 1 | 2005-02-01 | 2005-10-01 | 2010-12-20 | 0.663 | 5.88 | 6.21 | 8.61 | 29 | 5 | 7e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:173 | 0 | 0 | 1 | 1 | 1 | 1 | 2.8 | 1 | acquired | 2e+03 | web | web | |
| 997 | IL | 42 | -88 | 60143 | c:6520 | Itasca | Accertify | 1 | 2007-03-01 | 2008-06-03 | 2010-05-04 | 1.26 | 3.18 | 2.84 | 2.84 | 6 | 2 | 4.7e+06 | 1 | IL | 0 | 0 | 0 | 0 | 1 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:6520 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 252 | MA | 37.1 | -95.7 | 2142 | c:1725 | Cambridge | N2N Commerce | 1 | 2006-01-01 | 2008-01-01 | 2008-01-03 | 2008-01-03 | 2.01 | 2.01 | 0 | 0 | 1 | 1 | 3e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:1725 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | ecommerce | ecommerce |
| 448 | MA | 42.4 | -71.2 | 2421 | c:26007 | Lexington | StreamBase Systems | 1 | 2003-01-01 | 2005-01-24 | 2012-05-18 | 2.07 | 9.38 | 7.01 | 7.01 | 13 | 5 | 3.9e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:26007 | 0 | 0 | 0 | 1 | 1 | 1 | 3.25 | 1 | acquired | 2e+03 | software | software | |
| 194 | CA | 37.4 | -122 | 95054-2913 | c:16189 | Santa Clara | Provigent | 1 | 2000-01-01 | 2006-06-07 | 2008-12-29 | 6.44 | 9 | 10 | 10 | 10 | 3 | 3.2e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:16189 | 0 | 0 | 0 | 0 | 0 | 1 | 3 | 1 | acquired | 2e+03 | other_category | other_category | |
| 799 | CA | 33.7 | -118 | 92618 | c:45696 | Irvine | Integrien | 1 | 2001-01-01 | 2005-05-16 | 2010-05-11 | 4.37 | 9.36 | 4 | 9.36 | 5 | 3 | 2.45e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:45696 | 1 | 0 | 1 | 1 | 0 | 0 | 2.67 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 382 | FL | 28 | -82.5 | 33618 | c:23072 | Tampa | Persystent Technologies | 1 | 2002-01-01 | 2005-08-08 | 2009-12-03 | 3.6 | 7.93 | 8.59 | 9.11 | 1 | 3 | 2.15e+07 | 2 | FL | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:23072 | 0 | 0 | 0 | 1 | 1 | 1 | 4.5 | 1 | acquired | 2e+03 | software | software | |
| 677 | CA | 37.8 | -122 | 94110 | c:38794 | San Francisco | Hello Chair | 0 | 2006-01-01 | 2013-07-01 | 2007-06-01 | 2010-04-12 | 1.41 | 4.28 | 1.33 | 5.18 | 5 | 2 | 8.9e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:38794 | 1 | 1 | 0 | 0 | 0 | 0 | 3.5 | 1 | closed | 2.01e+03 | mobile | mobile |
| 933 | CA | 37.6 | -122 | 94404 | c:58018 | Foster City | Encentuate | 1 | 2001-01-01 | 2005-03-22 | 2005-03-22 | 4.22 | 4.22 | 3 | 3 | 6 | 1 | 1.6e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:58018 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | 1 | acquired | 2e+03 | software | software | |
| 1.13e+03 | CA | 37.8 | -122 | 94104 | c:921 | San Francisco | Consorte Media | 1 | 2005-07-01 | 2007-12-01 | 2007-12-01 | 2.42 | 2.42 | 2.5 | 8.4 | 5 | 1 | 7e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:921 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | web | web | |
| 338 | NY | 40.7 | -74 | 10011 | c:20146 | New York | RightsFlow | 1 | 2007-10-01 | 2009-08-26 | 2009-08-26 | 1.9 | 1.9 | 1.9 | 4 | 13 | 1 | 1.5e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | music | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:20146 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | other_category | other_category | |
| 1.04e+03 | WA | 47.6 | -122 | 98104 | c:7440 | Seattle | thePlatform | 1 | 2000-01-01 | 2006-01-12 | 2006-01-12 | 6.04 | 6.04 | 10.5 | 12.6 | 19 | 1 | 8e+06 | 4 | WA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:7440 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2e+03 | web | web | |
| 864 | CA | 34 | -118 | 90401 | c:512 | Santa Monica | Docstoc | 1 | 2007-08-01 | 2007-11-01 | 2008-04-28 | 0.252 | 0.743 | 4.21 | 6.35 | 22 | 2 | 4e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:512 | 0 | 0 | 1 | 1 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | web | web | |
| 337 | CA | 37.5 | -122 | 94063 | c:20117 | Redwood City | Zenprise | 1 | 2003-01-01 | 2005-06-06 | 2012-01-01 | 2.43 | 9.01 | 8.58 | 10 | 10 | 6 | 6.46e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:20117 | 1 | 0 | 0 | 1 | 1 | 0 | 3.67 | 1 | acquired | 2e+03 | mobile | mobile | |
| 14 | CA | 40.8 | -74.4 | 94402 | c:10398 | San Mateo | Picateers | 0 | 2005-01-01 | 2011-11-01 | 2006-01-01 | 2008-08-25 | 1 | 3.65 | 3.5 | 3.5 | 10 | 2 | 1.21e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:10398 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | closed | 2e+03 | web | web |
| 132 | CA | 37.8 | -122 | 94111 | c:14854 | San Francisco | Vontu | 1 | 2001-01-01 | 2005-03-21 | 2006-08-11 | 4.22 | 5.61 | 5 | 5 | 9 | 2 | 2e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:14854 | 0 | 0 | 0 | 0 | 1 | 1 | 4.5 | 1 | acquired | 2e+03 | software | software | |
| 651 | TX | 30.4 | -97.8 | 78759 | c:37647 | Austin | NextIO | 0 | 2003-01-01 | 2013-07-01 | 2005-01-11 | 2012-05-17 | 2.03 | 9.38 | 9.01 | 9.01 | 10 | 4 | 4.96e+07 | 1 | TX | 0 | 0 | 0 | 1 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:37647 | 0 | 0 | 0 | 1 | 1 | 0 | 2.67 | 1 | closed | 2e+03 | other_category | other_category |
| 310 | CA | 34.2 | -119 | 91302 | c:18875 | Calabasas | Emergent Game Technologies | 1 | 2000-01-01 | 2007-07-05 | 2009-12-10 | 7.51 | 9.95 | 0.416 | 0.416 | 3 | 5 | 5.14e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:18875 | 1 | 0 | 0 | 0 | 0 | 1 | 5.67 | 1 | acquired | 2e+03 | games_video | games_video | |
| 482 | CA | 37.8 | -122 | 94107 | c:27591 | San Francisco | threadsy | 1 | 2008-06-01 | 2008-03-27 | 2010-12-07 | -0.181 | 2.52 | 4.69 | 4.69 | 7 | 2 | 6.3e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:27591 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 1.06e+03 | NY | 40.8 | -74 | 10001 | c:76274 | New York | Sonar.me | 0 | 2010-01-01 | 2013-07-17 | 2012-01-01 | 2012-01-01 | 2 | 2 | 1.03 | 3.16 | 8 | 1 | 2e+05 | 3 | NY | 0 | 1 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:76274 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | mobile | mobile |
| 144 | OH | 39.1 | -84.5 | 45202 | c:150577 | Cincinnati | StyleZen | 0 | 2011-09-01 | 2013-04-01 | 2011-09-01 | 2011-09-01 | 0 | 0 | 0 | 0 | 2 | 1 | 2e+04 | 1 | OH | 0 | 0 | 0 | 0 | 1 | fashion | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:150577 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | other_category | other_category |
| 52 | MA | 42.5 | -71.1 | 1864 | c:12052 | North Reading | Kiva Systems | 1 | 2003-01-01 | 2003-01-01 | 2006-05-24 | 0 | 3.39 | 6.98 | 9.22 | 13 | 2 | 1.16e+07 | 3 | MA | 0 | 0 | 1 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:12052 | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 564 | CA | 37.4 | -122 | 94041 | c:3180 | Mountain View | Krillion | 1 | 2006-05-01 | 2006-06-14 | 2006-06-14 | 0.12 | 0.12 | -0.244 | 5.26 | 6 | 1 | 9.15e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3180 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | web | web | |
| 598 | OH | 39.1 | -84.5 | 45202 | c:33912 | Cincinnati | Transactiv | 0 | 2009-07-01 | 2013-07-19 | 2009-10-13 | 2009-10-13 | 0.285 | 0.285 | 0 | 0.285 | 2 | 1 | 1.2e+06 | 2 | OH | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:33912 | 0 | 0 | 1 | 0 | 0 | 0 | 4 | 1 | closed | 2.01e+03 | advertising | advertising |
| 1.03e+03 | CA | 34.1 | -118 | 90049 | c:71372 | Los Angeles | nprogress | 0 | 2010-02-01 | 2012-01-01 | 2011-12-01 | 2011-12-01 | 1.83 | 1.83 | 1.16 | 1.16 | 4 | 1 | 1.7e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:71372 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 1 | closed | 2.01e+03 | other_category | other_category |
| 814 | CA | 39.8 | -105 | 94010 | c:465 | Burlingame | Brightkite | 1 | 2007-01-01 | 2011-12-01 | 2007-08-01 | 2009-07-06 | 0.581 | 2.51 | 0.592 | 4.97 | 9 | 3 | 1.42e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:465 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category |
| 262 | CA | 37.8 | -122 | 94104 | c:17430 | San Francisco | Peanut Labs | 1 | 2005-01-01 | 2006-02-01 | 2008-02-19 | 1.08 | 3.13 | 5.92 | 7.93 | 16 | 2 | 4.2e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:17430 | 0 | 0 | 1 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 789 | MA | 42.4 | -71.1 | 2110 | c:4529 | Boston | FlipKey | 1 | 2007-01-01 | 2007-12-01 | 2008-08-20 | 0.915 | 1.64 | 4.85 | 6.09 | 7 | 2 | 5e+05 | 2 | MA | 0 | 0 | 1 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:4529 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | acquired | 2.01e+03 | web | web | |
| 511 | UT | 40.3 | -112 | 84042 | c:2889 | Lindon | Footnote | 1 | 2006-06-01 | 2006-06-16 | 2008-01-01 | 0.0411 | 1.59 | 2.28 | 4.39 | 4 | 2 | 1e+07 | 2 | UT | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:2889 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | acquired | 2.01e+03 | web | web | |
| 805 | CA | 34.1 | -118 | 90064 | c:46042 | Los Angeles | NextMedium | 0 | 2004-01-01 | 2011-12-24 | 2005-02-01 | 2006-07-24 | 1.09 | 2.56 | 4 | 4 | 7 | 2 | 9.5e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:46042 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | closed | 2e+03 | software | software |
| 447 | NJ | 40.3 | -74.1 | 7701 | c:25997 | Red Bank | Kurani Interactive | 0 | 2000-01-01 | 2013-06-01 | 2010-11-25 | 2010-11-25 | 10.9 | 10.9 | 9.25 | 9.25 | 5 | 1 | 2.75e+05 | 1 | NJ | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:25997 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | closed | 2e+03 | software | software |
| 518 | CA | 37.4 | -122 | 94306 | c:2953 | Palo Alto | Kapow Software | 1 | 2005-01-01 | 2005-02-01 | 2010-01-13 | 0.0849 | 5.04 | 1.83 | 1.83 | 10 | 3 | 1.97e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:2953 | 0 | 0 | 0 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | software | software | |
| 849 | MA | 42.4 | -71.1 | 2110 | c:49876 | Boston | Locately | 1 | 2008-07-01 | 2010-08-01 | 2012-07-07 | 2.08 | 4.02 | 2.5 | 2.5 | 5 | 5 | 1.18e+06 | 1 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:49876 | 0 | 1 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | software | software | |
| 120 | CA | 37.5 | -122 | 94306 | c:1447 | Palo Alto | TrustedID | 1 | 2005-01-01 | 2005-10-01 | 2007-10-18 | 0.748 | 2.79 | 2.06 | 3.84 | 5 | 3 | 2.5e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1447 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 438 | CA | 37.4 | -122 | 94086 | c:25688 | Sunnyvale | Azingo | 0 | 2005-01-01 | 2009-08-11 | 2006-10-01 | 2008-07-18 | 1.75 | 3.55 | 2 | 2 | 4 | 2 | 8e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:25688 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | closed | 2e+03 | mobile | mobile |
| 592 | CA | 37.4 | -122 | 95051 | c:335 | Santa Clara | Vudu | 1 | 2004-01-01 | 2005-06-01 | 2007-04-29 | 1.42 | 3.33 | 4.42 | 9.82 | 11 | 2 | 3.6e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:335 | 0 | 0 | 1 | 1 | 0 | 0 | 3.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 468 | CA | 37.4 | -122 | 94089 | c:27 | Sunnyvale | Plaxo | 1 | 2002-11-17 | 2002-11-01 | 2007-02-01 | -0.0438 | 4.21 | 6.42 | 9.07 | 27 | 4 | 2.83e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:27 | 0 | 0 | 1 | 1 | 1 | 1 | 2.5 | 1 | acquired | 2e+03 | web | web | |
| 325 | CA | 37.6 | -122 | 94303 | c:1957 | Palo Alto | Sharetivity | 0 | 2007-07-07 | 2012-11-11 | 2006-05-01 | 2006-05-01 | -1.18 | -1.18 | 0.83 | 0.83 | 1 | 1 | 2e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1957 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 981 | CA | 37.6 | -122 | 94066 | c:63 | San Bruno | YouTube | 1 | 2005-02-01 | 2005-11-01 | 2006-04-01 | 0.748 | 1.16 | 2.4 | 8.84 | 63 | 2 | 1.15e+07 | 6 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:63 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | acquired | 2e+03 | games_video | games_video | |
| 942 | NY | 40.7 | -74 | 10018 | c:58699 | New York City | Hashable | 0 | 2010-01-01 | 2012-07-25 | 2010-11-22 | 2010-11-22 | 0.89 | 0.89 | 1.33 | 2.53 | 15 | 1 | 4e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:58699 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | closed | 2.01e+03 | mobile | mobile |
| 752 | NY | 40.7 | -74 | 10016 | c:43386 | New York | MyNines | 0 | 2009-08-01 | 2011-08-05 | 2010-04-19 | 2010-04-19 | 0.715 | 0.715 | 0.748 | 2.01 | 2 | 1 | 5e+05 | 2 | NY | 0 | 1 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:43386 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | ecommerce | ecommerce |
| 644 | TX | 30.4 | -97.8 | 78759 | c:3717 | Austin | itzbig | 0 | 2006-06-01 | 2010-03-24 | 2007-02-27 | 2007-02-27 | 0.743 | 0.743 | 1.17 | 3.92 | 9 | 1 | 4e+06 | 2 | TX | 0 | 0 | 0 | 1 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:3717 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | other_category | other_category |
| 1.02e+03 | NY | 40.7 | -73.9 | 11201 | c:70893 | Brooklyn | Loosecubes | 0 | 2010-01-01 | 2012-01-01 | 2010-01-01 | 2012-06-05 | 0 | 2.43 | 2.43 | 2.5 | 8 | 2 | 9.03e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:70893 | 0 | 1 | 1 | 0 | 0 | 0 | 4 | 1 | closed | 2.01e+03 | web | web |
| 197 | CA | 34.1 | -118 | 90024 | c:162219 | Los Angeles | Contur | 0 | 2011-09-01 | 2012-11-01 | 2012-05-01 | 2012-05-01 | 0.666 | 0.666 | 0.419 | 0.419 | 2 | 1 | 2e+04 | 1 | CA | 1 | 0 | 0 | 0 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:162219 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | other_category | other_category |
| 59 | IN | 39.8 | -86.2 | 46204 | c:12178 | Indianapolis | ExactTarget | 1 | 2000-12-01 | 2004-07-21 | 2012-10-24 | 3.64 | 11.9 | 11 | 12.7 | 29 | 7 | 2.38e+08 | 3 | IN | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:12178 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2e+03 | software | software | |
| 394 | MA | 42.5 | -71.2 | 1803 | c:23487 | Burlington | Rhythmia Medical | 1 | 2004-01-01 | 2007-02-06 | 2010-09-24 | 3.1 | 6.73 | 4 | 6.73 | 3 | 3 | 1.47e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | medical | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:23487 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | acquired | 2e+03 | other_category | other_category | |
| 275 | CA | 37.5 | -122 | 94403 | c:176278 | San Mateo | Adept Cloud | 1 | 2011-06-01 | 2012-10-01 | 2012-11-01 | 1.34 | 1.42 | 0.586 | 0.586 | 5 | 2 | 1.02e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:176278 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | enterprise | other_category | |
| 366 | CA | 37.4 | -122 | 94025 | c:22113 | Menlo Park | Factery | 0 | 2009-04-01 | 2013-01-17 | 2009-09-10 | 2009-09-10 | 0.444 | 0.444 | 0.819 | 0.819 | 2 | 1 | 1.2e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:22113 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | web | web |
| 919 | PA | 40.4 | -75 | 18938 | c:5617 | New Hope | MeetMe, Inc. | 1 | 2005-04-01 | 2007-01-29 | 2008-07-29 | 1.83 | 3.33 | 3.27 | 7.63 | 16 | 2 | 1.71e+07 | 4 | PA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:5617 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2e+03 | web | web | |
| 180 | CO | 39.6 | -105 | 80155 | c:15996 | Englewood | WildBlue | 1 | 2004-01-01 | 2008-09-03 | 2008-09-03 | 4.68 | 4.68 | 5.97 | 5.97 | 0 | 1 | 5e+07 | 1 | CO | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:15996 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 1 | acquired | 2e+03 | web | web | |
| 268 | CA | 37.6 | -122 | 94401 | c:1753 | San Mateo | bluepulse | 0 | 1990-04-10 | 2010-01-01 | 2007-04-01 | 2007-04-01 | 17 | 17 | 16.7 | 18.3 | 7 | 1 | 6e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1753 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 1.99e+03 | other_category | other_category |
| 365 | NY | 40.7 | -74 | 10003 | c:22057 | New York | Mr. Youth | 1 | 2002-01-01 | 2002-10-01 | 2009-02-01 | 0.748 | 7.09 | 8.01 | 9.87 | 5 | 2 | 1.51e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:22057 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2e+03 | advertising | advertising | |
| 627 | CA | 38.2 | -123 | 94954 | c:35887 | Petaluma | Teknovus | 1 | 2001-01-01 | 2002-01-01 | 2009-11-16 | 1 | 8.88 | 4 | 9.19 | 7 | 5 | 6.26e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:35887 | 1 | 0 | 1 | 1 | 1 | 1 | 9.33 | 1 | acquired | 2e+03 | other_category | other_category | |
| 203 | CA | 37.5 | -122 | 94063 | c:1628 | Redwood City | Qik | 1 | 2006-06-01 | 2008-04-09 | 2011-01-06 | 1.86 | 4.6 | 3.92 | 6.43 | 15 | 4 | 1.48e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1628 | 1 | 0 | 0 | 1 | 1 | 0 | 2.25 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 779 | CA | 34.2 | -118 | 91601 | c:4453 | North Hollywood | EQAL | 1 | 2008-04-01 | 2008-04-16 | 2011-05-23 | 0.0411 | 3.14 | 1.85 | 4.49 | 30 | 2 | 6.88e+06 | 5 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:4453 | 1 | 0 | 1 | 0 | 0 | 0 | 7 | 1 | acquired | 2.01e+03 | web | web | |
| 831 | CA | 37.4 | -122 | 95054 | c:47689 | Santa Clara | Atrica | 0 | 2000-01-01 | 2007-12-13 | 2006-04-05 | 2006-04-05 | 6.26 | 6.26 | 6.01 | 6.01 | 10 | 1 | 2.22e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:47689 | 0 | 0 | 0 | 0 | 0 | 0 | 9 | 1 | closed | 2e+03 | other_category | other_category |
| 804 | CO | 40 | -105 | 80302 | c:459 | Boulder | Socialthing | 1 | 2007-05-18 | 2007-08-01 | 2007-10-23 | 0.205 | 0.433 | 0.469 | 2.95 | 6 | 2 | 4.15e+05 | 2 | CO | 0 | 0 | 0 | 0 | 1 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:459 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 545 | NY | 40.7 | -74 | 10010 | c:3094 | New York | Next New Networks | 1 | 2007-03-01 | 2007-01-01 | 2010-12-29 | -0.162 | 3.83 | 3 | 4.7 | 16 | 4 | 2.71e+07 | 4 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3094 | 0 | 0 | 1 | 1 | 1 | 0 | 3.5 | 1 | acquired | 2.01e+03 | web | web | |
| 68 | CA | 34.4 | -120 | 93013 | c:12468 | Carpinteria | AdECN | 1 | 2003-01-01 | 2006-02-01 | 2006-02-01 | 3.09 | 3.09 | 5 | 5 | 6 | 1 | 3.1e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:12468 | 0 | 0 | 1 | 0 | 0 | 0 | 5 | 1 | acquired | 2e+03 | advertising | advertising | |
| 1.11e+03 | CA | 37.5 | -122 | 94025 | c:856 | Menlo Park | Cuil | 0 | 2005-01-01 | 2010-09-01 | 2007-03-01 | 2008-04-15 | 2.16 | 3.29 | 3.5 | 7.69 | 13 | 2 | 3.3e+07 | 4 | CA | 0 | 0 | 0 | 0 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:856 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | closed | 2e+03 | other_category | other_category |
| 202 | CA | 37.4 | -122 | 94043 | c:16276 | Mountain View | Sensory Networks | 1 | 2003-01-01 | 2005-10-10 | 2008-01-01 | 2.78 | 5 | 4.16 | 10.8 | 2 | 3 | 1.74e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16276 | 1 | 0 | 0 | 0 | 1 | 0 | 5 | 1 | acquired | 2e+03 | web | web | |
| 710 | CA | 37.5 | -122 | 94025 | c:410 | Menlo Park | Flock | 1 | 2005-01-01 | 2005-01-01 | 2008-05-21 | 0 | 3.39 | 5.4 | 8.71 | 17 | 5 | 2.83e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:410 | 0 | 1 | 1 | 1 | 1 | 1 | 2 | 1 | acquired | 2e+03 | web | web | |
| 1.04e+03 | CA | 37.6 | -122 | 94043 | c:726 | Mountain View | AdMob | 1 | 2006-12-01 | 2006-09-01 | 2009-01-29 | -0.249 | 2.16 | 1.41 | 6.54 | 42 | 4 | 4.68e+07 | 6 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:726 | 0 | 0 | 1 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 1.11e+03 | IL | 41.9 | -87.6 | 60654 | c:8573 | Chicago | FeeFighters | 1 | 2009-01-01 | 2010-05-01 | 2011-01-12 | 1.33 | 2.03 | 2 | 2.03 | 5 | 3 | 1.52e+06 | 2 | IL | 0 | 0 | 0 | 0 | 1 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:8573 | 0 | 1 | 0 | 0 | 0 | 0 | 2.67 | 1 | acquired | 2.01e+03 | ecommerce | ecommerce | |
| 11 | NY | 40.7 | -74 | 10010 | c:102867 | New York City | WeHostels | 1 | 2011-11-15 | 2012-03-18 | 2012-03-18 | 0.34 | 0.34 | 0.545 | 1.72 | 9 | 1 | 1.2e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | travel | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:102867 | 0 | 1 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 741 | CA | 37.4 | -122 | 94040 | c:431 | Mountain View | TimeBridge | 1 | 2005-05-01 | 2005-07-05 | 2009-05-11 | 0.178 | 4.03 | 3.67 | 7.24 | 6 | 3 | 1.24e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:431 | 1 | 0 | 1 | 1 | 0 | 0 | 1.67 | 1 | acquired | 2e+03 | web | web | |
| 761 | CA | 37.8 | -122 | 94105 | c:43832 | San Francisco | Loyalty Lab | 1 | 2003-01-01 | 2005-03-22 | 2010-04-29 | 2.22 | 7.33 | 7.01 | 7.01 | 4 | 3 | 1.1e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:43832 | 1 | 1 | 0 | 1 | 0 | 0 | 1.67 | 1 | acquired | 2e+03 | software | software | |
| 1.09e+03 | TN | 36.2 | -86.8 | 37201 | c:83142 | Nashville | RentStuff.com | 1 | 2010-01-01 | 2011-05-05 | 2012-04-12 | 1.34 | 2.28 | 1 | 1 | 3 | 2 | 6.75e+05 | 1 | TN | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:83142 | 0 | 1 | 0 | 0 | 0 | 0 | 1.5 | 0 | acquired | 2.01e+03 | web | web | |
| 980 | NY | 40.7 | -74 | 10012 | c:62802 | New York | Jumo | 1 | 2010-02-01 | 2010-11-01 | 2010-11-01 | 0.748 | 0.748 | 1.03 | 2.5 | 5 | 1 | 3.5e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:62802 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 921 | MA | 42.5 | -71.3 | 1730 | c:56568 | Bedford | Sionex | 0 | 2001-01-01 | 2010-08-06 | 2005-12-07 | 2005-12-07 | 4.93 | 4.93 | 0 | 0 | 2 | 1 | 1.2e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:56568 | 0 | 0 | 0 | 0 | 1 | 0 | 4 | 1 | closed | 2e+03 | other_category | other_category |
| 885 | CA | 37.5 | -122 | 94002 | c:531 | Belmont | sezmi | 1 | 2007-01-01 | 2007-08-01 | 2011-11-07 | 0.581 | 4.85 | 0.907 | 5.42 | 10 | 5 | 7.86e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:531 | 0 | 0 | 1 | 1 | 1 | 0 | 4.33 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 5 | TN | 36.1 | -86.8 | 37212 | c:10158 | Nashville | StudioNow | 1 | 2007-01-01 | 2007-06-15 | 2013-01-29 | 0.452 | 6.08 | 3.74 | 3.74 | 2 | 3 | 1.53e+07 | 1 | TN | 0 | 0 | 0 | 0 | 1 | photo_video | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:10158 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | other_category | other_category | |
| 43 | CA | 37.8 | -122 | 94111 | c:11438 | San Francisco | PicApp | 1 | 2008-01-01 | 2008-09-17 | 2008-09-17 | 0.712 | 0.712 | 1.58 | 3 | 5 | 1 | 3.2e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:11438 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | web | web | |
| 1.05e+03 | WA | 47.2 | -122 | 98371 | c:75796 | Puyallup | Million Dollar Earth | 0 | 2011-03-01 | 2012-10-01 | 2011-03-07 | 2011-03-07 | 0.0164 | 0.0164 | 0 | 0 | 1 | 1 | 3e+04 | 1 | WA | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:75796 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | closed | 2.01e+03 | advertising | advertising |
| 796 | CA | 37.5 | -122 | 94403 | c:45428 | San Mateo | Composite Software | 1 | 2002-01-01 | 2002-01-01 | 2012-10-24 | 0 | 10.8 | 9.59 | 9.59 | 28 | 3 | 1.47e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:45428 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | acquired | 2e+03 | software | software | |
| 210 | CA | 37.8 | -122 | 94110 | c:16365 | San Francisco | Terracotta | 1 | 2003-01-01 | 2006-02-27 | 2008-09-01 | 3.16 | 5.67 | 9.01 | 9.01 | 9 | 2 | 2.35e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16365 | 1 | 0 | 0 | 1 | 0 | 0 | 5 | 1 | acquired | 2e+03 | software | software | |
| 498 | CA | 34 | -118 | 90404 | c:2838 | Santa Monica | Generate | 1 | 2004-01-01 | 2008-03-04 | 2009-07-14 | 4.18 | 5.54 | 6.38 | 6.38 | 0 | 2 | 8e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:2838 | 0 | 0 | 1 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | games_video | games_video | |
| 1.04e+03 | CA | 37.5 | -122 | 94401 | c:732 | San Mateo | Attributor | 1 | 2005-10-01 | 2006-01-28 | 2010-06-10 | 0.326 | 4.69 | 3.25 | 4.69 | 13 | 4 | 2.52e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:732 | 0 | 0 | 1 | 1 | 1 | 1 | 4 | 1 | acquired | 2e+03 | software | software | |
| 306 | CA | 37.6 | -122 | 94403 | c:1853 | San Mateo | Greenplum Software | 1 | 2003-06-01 | 2006-03-01 | 2008-01-01 | 2.75 | 4.59 | 7.92 | 9.21 | 21 | 4 | 6.1e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1853 | 0 | 0 | 1 | 1 | 1 | 0 | 3 | 1 | acquired | 2e+03 | software | software | |
| 1.15e+03 | CA | 37.4 | -122 | 95054 | c:971 | Santa Clara | PlaySpan | 1 | 2006-05-01 | 2007-09-01 | 2010-08-19 | 1.34 | 4.3 | 2.08 | 5.84 | 12 | 4 | 4.63e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:971 | 1 | 0 | 1 | 1 | 1 | 0 | 4.25 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 36 | MD | 39 | -77.1 | 20815 | c:1107 | Chevy Chase | JackBe | 1 | 2002-01-01 | 2006-01-10 | 2010-04-08 | 4.03 | 8.27 | 5.81 | 11.1 | 15 | 4 | 2.45e+07 | 5 | MD | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1107 | 0 | 0 | 0 | 1 | 1 | 1 | 4.33 | 1 | acquired | 2e+03 | software | software | |
| 1.15e+03 | CA | 37.6 | -122 | 94304 | c:997 | Palo Alto | Zimbra | 1 | 2003-01-01 | 2006-04-01 | 2006-04-01 | 3.25 | 3.25 | 3.84 | 7.9 | 19 | 1 | 1.45e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:997 | 0 | 0 | 0 | 0 | 1 | 0 | 9 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 532 | WA | 47.6 | -122 | 98005 | c:30307 | Bellevue | Smith & Tinker | 0 | 2007-01-01 | 2012-11-08 | 2009-08-25 | 2009-08-25 | 2.65 | 2.65 | 1 | 1 | 1 | 1 | 2.9e+07 | 1 | WA | 0 | 0 | 0 | 0 | 1 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:30307 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | closed | 2.01e+03 | games_video | games_video |
| 200 | CA | 37.4 | -122 | 94085 | c:16271 | Sunnyvale | Mu Dynamics | 1 | 2005-01-01 | 2005-01-01 | 2008-05-19 | 0 | 3.38 | 5.68 | 5.68 | 5 | 3 | 2.4e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:16271 | 0 | 0 | 1 | 1 | 1 | 0 | 2.67 | 1 | acquired | 2e+03 | other_category | other_category | |
| 373 | CA | 34.1 | -119 | 91302 | c:22712 | Calabasas | Fulcrum Microsystems | 1 | 2000-01-01 | 2005-05-09 | 2010-03-15 | 5.36 | 10.2 | 8.01 | 8.01 | 2 | 4 | 8.1e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:22712 | 1 | 0 | 0 | 0 | 1 | 1 | 5.67 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.15e+03 | CA | 41.8 | -87.6 | 94105 | c:9782 | San Francisco | ReTel Technologies | 1 | 2007-10-01 | 2009-08-06 | 2009-12-02 | 1.85 | 2.17 | 2.17 | 5.08 | 4 | 2 | 1e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:9782 | 0 | 1 | 0 | 0 | 0 | 0 | 4.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 1.01e+03 | CO | 40 | -105 | 80027 | c:68169 | Louisville | NexGen Storage | 1 | 2010-01-01 | 2011-02-07 | 2011-11-15 | 1.1 | 1.87 | 2.65 | 2.7 | 14 | 2 | 1.2e+07 | 2 | CO | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:68169 | 1 | 0 | 1 | 0 | 0 | 0 | 2.5 | 1 | acquired | 2.01e+03 | software | software | |
| 269 | CA | 37.5 | -122 | 94025 | c:17542 | Menlo Park | Intelliden | 1 | 2000-01-01 | 2005-12-21 | 2007-05-22 | 5.98 | 7.39 | 4 | 4 | 5 | 3 | 8e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:17542 | 1 | 0 | 0 | 0 | 0 | 1 | 4 | 1 | acquired | 2e+03 | software | software | |
| 773 | CA | 37.3 | -122 | 95008-2069 | c:44268 | Campbell | Forrst | 1 | 2010-01-25 | 2011-03-24 | 2011-03-24 | 1.16 | 1.16 | -0.0658 | 2.96 | 3 | 1 | 2.05e+05 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:44268 | 0 | 1 | 0 | 0 | 0 | 0 | 7 | 1 | acquired | 2.01e+03 | web | web | |
| 865 | NY | 40.7 | -74 | 10017 | c:51228 | New York | XGraph | 1 | 2008-10-01 | 2010-07-07 | 2010-07-07 | 1.76 | 1.76 | 0 | 3.08 | 5 | 1 | 3.75e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:51228 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 1.03e+03 | CA | 37.4 | -122 | 94301 | c:71852 | Palo Alto | Color Labs Inc. | 0 | 2010-08-01 | 2013-06-01 | 2010-08-01 | 2011-03-23 | 0 | 0.641 | 1.58 | 3.07 | 11 | 2 | 4.1e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | other | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:71852 | 0 | 0 | 1 | 1 | 0 | 0 | 1.5 | 1 | closed | 2.01e+03 | other_category | other_category |
| 385 | CA | 37.4 | -122 | 94306 | c:23125 | Palo Alto | Playdom | 1 | 2008-02-01 | 2009-11-11 | 2010-06-21 | 1.78 | 2.39 | 2.31 | 4.63 | 37 | 2 | 7.6e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:23125 | 0 | 0 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 658 | MA | 42.5 | -71.5 | 1719 | c:37928 | Boxborough | Digital Reef | 1 | 2006-01-01 | 2006-01-01 | 2008-10-01 | 0 | 2.75 | 3.33 | 5.24 | 9 | 2 | 2e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:37928 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 1e+03 | CA | 37.8 | -122 | 94107 | c:65916 | San Francisco | Servio | 1 | 2009-04-30 | 2010-08-13 | 2013-03-06 | 1.29 | 3.85 | 1.39 | 4.24 | 11 | 2 | 9.36e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:65916 | 0 | 0 | 1 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 224 | GA | 33.8 | -84.4 | 30309 | c:16618 | Atlanta | Vocalocity | 1 | 2007-01-01 | 2009-01-28 | 2011-08-29 | 2.08 | 4.66 | 4.58 | 4.73 | 9 | 2 | 1.36e+07 | 2 | GA | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16618 | 0 | 0 | 0 | 1 | 1 | 0 | 3 | 1 | acquired | 2.01e+03 | software | software | |
| 153 | CA | 37.8 | -122 | 94107 | c:1541 | San Francisco | Dapper | 1 | 2006-10-01 | 2010-11-16 | 2007-12-01 | 2007-12-01 | 1.17 | 1.17 | 1.93 | 4.01 | 19 | 1 | 3e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:1541 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | advertising | advertising |
| 350 | MA | 42.4 | -71.1 | 2139 | c:20889 | Cambridge | oneforty | 1 | 2009-03-31 | 2009-06-10 | 2010-01-11 | 0.195 | 0.784 | 1.21 | 2.38 | 13 | 4 | 2.34e+06 | 3 | MA | 0 | 0 | 1 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:20889 | 0 | 1 | 1 | 0 | 0 | 0 | 5.75 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 374 | CA | 37.6 | -122 | 94401 | c:2272 | San Mateo | Smalltown | 0 | 2005-01-15 | 2010-01-04 | 2005-11-01 | 2005-11-01 | 0.794 | 0.794 | 2.05 | 3.33 | 7 | 1 | 4e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:2272 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2e+03 | web | web |
| 856 | CA | 37.4 | -122 | 94043 | c:5043 | Mountain View | Skyrider | 0 | 2003-01-01 | 2008-10-15 | 2006-10-23 | 2008-03-05 | 3.81 | 5.18 | 1.75 | 3.59 | 2 | 2 | 1.7e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:5043 | 1 | 0 | 0 | 0 | 1 | 0 | 3 | 1 | closed | 2e+03 | software | software |
| 729 | NY | 40.8 | -74 | 10001 | c:42193 | New York | SkillSlate | 1 | 2009-01-01 | 2010-10-20 | 2010-10-20 | 1.8 | 1.8 | 1.92 | 1.92 | 8 | 1 | 1.1e+06 | 1 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:42193 | 0 | 1 | 0 | 0 | 0 | 0 | 8 | 1 | acquired | 2.01e+03 | web | web | |
| 968 | KY | 38 | -84.5 | 40507 | c:60521 | Lexington | AwesomeTouch | 1 | 2010-07-26 | 2010-04-30 | 2011-06-01 | -0.238 | 0.849 | 0.901 | 0.901 | 3 | 4 | 5.97e+04 | 1 | KY | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:60521 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | software | software | |
| 839 | CA | 37.8 | -122 | 94025 | c:4881 | Menlo Park | Syncplicity | 1 | 2008-11-03 | 2008-10-31 | 2008-10-31 | -0.0082 | -0.0082 | 2.97 | 3.7 | 12 | 1 | 2.35e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:4881 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 1.04e+03 | VA | 38.9 | -77.4 | 22031 | c:7345 | Chantilly | Fortisphere | 0 | 2006-01-01 | 2010-05-01 | 2007-11-19 | 2007-11-19 | 1.88 | 1.88 | 1 | 1 | 2 | 1 | 1e+07 | 1 | VA | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:7345 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | software | software |
| 12 | CA | 37.4 | -122 | 94306 | c:103204 | Palo Alto | PlayerDuel | 0 | 2011-01-01 | 2013-05-01 | 2011-09-05 | 2012-06-13 | 0.677 | 1.45 | 0 | 0 | 2 | 2 | 2.12e+04 | 1 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:103204 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | mobile | mobile |
| 441 | MA | 42.4 | -71.3 | 2451 | c:25743 | Waltham | Aveksa | 1 | 2004-01-01 | 2006-06-14 | 2009-02-25 | 2.45 | 5.16 | 7.67 | 8.22 | 7 | 3 | 2.8e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:25743 | 0 | 0 | 1 | 1 | 1 | 0 | 2.67 | 1 | acquired | 2e+03 | software | software | |
| 458 | CA | 37.4 | -122 | 95054 | c:26556 | Santa Clara | Beceem Communications | 1 | 2003-10-01 | 2005-06-30 | 2009-04-22 | 1.75 | 5.56 | 2.25 | 2.25 | 5 | 3 | 6.96e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:26556 | 1 | 0 | 0 | 1 | 0 | 1 | 7.67 | 1 | acquired | 2e+03 | other_category | other_category | |
| 516 | VA | 38.9 | -77.2 | 22102 | c:29312 | McLean | Trust Digital | 1 | 2003-03-01 | 2005-11-04 | 2009-07-29 | 2.68 | 6.42 | 2.84 | 7.24 | 11 | 3 | 2.35e+07 | 2 | VA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:29312 | 1 | 0 | 0 | 1 | 1 | 0 | 3.67 | 1 | acquired | 2e+03 | mobile | mobile | |
| 534 | OR | 45.4 | -123 | 97035 | c:3050 | Lake Oswego | Sabrix | 1 | 2002-01-01 | 2006-06-21 | 2006-06-21 | 4.47 | 4.47 | 6.75 | 6.75 | 6 | 1 | 1.3e+07 | 1 | OR | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3050 | 0 | 0 | 0 | 0 | 0 | 1 | 4 | 1 | acquired | 2e+03 | software | software | |
| 471 | NY | 40.7 | -74 | 10011 | c:2709 | New York | Panther Express | 1 | 2005-01-01 | 2006-07-25 | 2008-02-27 | 1.56 | 3.16 | 3 | 3.5 | 8 | 2 | 2.18e+07 | 2 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:2709 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | games_video | games_video | |
| 509 | ME | 42.6 | -71.2 | 1876 | c:28752 | Tewksbury | BlueNote Networks | 1 | 2005-01-01 | 2005-09-26 | 2006-03-06 | 0.734 | 1.18 | 0.162 | 0.162 | 1 | 2 | 2.34e+07 | 1 | ME | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:28752 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2e+03 | software | software | |
| 44 | CA | 37.5 | -122 | 94063 | c:1148 | Redwood City | Predictify | 0 | 2007-03-01 | 2009-08-01 | 2008-03-25 | 2008-03-25 | 1.07 | 1.07 | 0.838 | 3.99 | 4 | 1 | 4.3e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:1148 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | advertising | advertising |
| 472 | CA | 37.4 | -122 | 95054 | c:27142 | Santa Clara | OptiMedica | 1 | 2004-01-01 | 2008-03-26 | 2013-05-10 | 4.24 | 9.36 | 5.01 | 5.01 | 16 | 2 | 5.1e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:27142 | 0 | 0 | 0 | 0 | 1 | 0 | 3.5 | 1 | acquired | 2e+03 | biotech | other_category | |
| 727 | MA | 42.2 | -71.2 | 2026 | c:42123 | Dedham | Metatomix | 1 | 2000-01-01 | 2003-09-08 | 2010-02-17 | 3.69 | 10.1 | 3 | 3 | 2 | 4 | 2.71e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:42123 | 1 | 0 | 0 | 1 | 0 | 0 | 4.67 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 720 | CA | 37.3 | -122 | 95014 | c:41656 | Cupertino | Neterion | 1 | 2001-01-01 | 2006-02-24 | 2006-02-24 | 5.15 | 5.15 | 4 | 4 | 6 | 1 | 6.48e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:41656 | 0 | 0 | 0 | 0 | 0 | 1 | 3 | 1 | acquired | 2e+03 | other_category | other_category | |
| 190 | CA | 37.5 | -122 | 94085 | c:16145 | Sunnyvale | Schooner Information Technology | 1 | 2007-05-01 | 2007-10-01 | 2009-07-24 | 0.419 | 2.23 | 2.23 | 4.34 | 8 | 2 | 3.5e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:16145 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 160 | GA | 34 | -84 | 30043 | c:155821 | Lawrenceville | Nalace Corporation | 0 | 2012-01-01 | 2013-05-01 | 2012-04-19 | 2012-04-19 | 0.299 | 0.299 | 0.299 | 0.299 | 1 | 1 | 1.9e+04 | 1 | GA | 0 | 0 | 0 | 0 | 1 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:155821 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | ecommerce | ecommerce |
| 840 | NJ | 40.7 | -74.1 | 7302 | c:49052 | Jersey City | Quidsi | 1 | 2005-01-01 | 2006-09-01 | 2010-04-20 | 1.67 | 5.3 | 5.84 | 8.35 | 27 | 6 | 7.85e+07 | 3 | NJ | 0 | 0 | 0 | 0 | 1 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:49052 | 0 | 0 | 1 | 1 | 1 | 1 | 3.4 | 1 | acquired | 2e+03 | ecommerce | ecommerce | |
| 603 | MD | 39 | -76.5 | 21401 | c:34152 | Annapolis | Netcordia | 1 | 2000-01-01 | 2005-06-28 | 2006-07-31 | 5.49 | 6.58 | 6.75 | 6.75 | 3 | 2 | 1.3e+07 | 1 | MD | 0 | 0 | 0 | 0 | 1 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:34152 | 0 | 0 | 1 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 530 | CA | 37.4 | -122 | 94040 | c:3027 | Mountain View | SearchMe | 0 | 2005-07-01 | 2009-10-21 | 2005-07-01 | 2008-05-01 | 0 | 2.84 | 2.92 | 4.31 | 7 | 5 | 4.36e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:3027 | 0 | 0 | 1 | 1 | 1 | 1 | 3 | 1 | closed | 2e+03 | other_category | other_category |
| 6 | CA | 37.8 | -122 | 94103 | c:10176 | San Francisco | Yammer | 1 | 2008-09-10 | 2009-01-19 | 2012-02-29 | 0.359 | 3.47 | 3.34 | 5.19 | 38 | 5 | 1.42e+08 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:10176 | 0 | 0 | 1 | 1 | 1 | 1 | 5.2 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 851 | CA | 37.4 | -122 | 94043 | c:50076 | Mountain View | Clever Sense | 1 | 2008-04-11 | 2010-06-17 | 2011-08-01 | 2.18 | 3.31 | 2.73 | 3.54 | 6 | 2 | 2e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:50076 | 1 | 0 | 1 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | web | web | |
| 451 | TX | 30.4 | -97.8 | 78730 | c:26122 | Austin | AlterPoint | 1 | 2001-01-01 | 2003-01-01 | 2005-01-17 | 2 | 4.05 | 6 | 6 | 4 | 3 | 2.68e+07 | 1 | TX | 0 | 0 | 0 | 1 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:26122 | 0 | 0 | 1 | 1 | 1 | 0 | 3 | 1 | acquired | 2e+03 | software | software | |
| 265 | CA | 37.3 | -122 | 95138 | c:17501 | San Jose | Shocking Technologies | 0 | 2006-01-01 | 2013-04-01 | 2007-04-17 | 2012-05-21 | 1.29 | 6.39 | 0 | 0 | 2 | 6 | 5.59e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:17501 | 1 | 0 | 1 | 1 | 1 | 0 | 3.2 | 1 | closed | 2.01e+03 | other_category | other_category |
| 188 | CA | 37.4 | -122 | 94040 | c:1613 | Mountain View | Ribbit | 1 | 2005-02-23 | 2006-10-01 | 2007-12-17 | 1.6 | 2.81 | 3.43 | 7.41 | 14 | 2 | 1.1e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1613 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | mobile | mobile | |
| 719 | CA | 37.4 | -122 | 95054 | c:41484 | Santa Clara | StorSimple | 1 | 2009-01-01 | 2009-06-01 | 2011-06-23 | 0.414 | 2.47 | 3 | 3 | 19 | 3 | 3.15e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:41484 | 0 | 0 | 1 | 1 | 1 | 0 | 3.33 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 1.05e+03 | DC | 38.9 | -77 | 20009 | c:76102 | Washington | NationalField | 1 | 2009-06-12 | 2012-10-30 | 2012-10-30 | 3.39 | 3.39 | -0.0301 | 4.43 | 4 | 1 | 1.5e+06 | 2 | DC | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:76102 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | acquired | 2.01e+03 | enterprise | other_category | |
| 1.06e+03 | NY | 40.7 | -74 | 10003 | c:76765 | New York | Tripl | 0 | 2011-05-17 | 2013-07-01 | 2011-05-20 | 2012-07-09 | 0.0082 | 1.15 | -0.0219 | 1.23 | 5 | 3 | 9e+05 | 3 | NY | 0 | 1 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:76765 | 0 | 1 | 0 | 0 | 0 | 0 | 1.5 | 1 | closed | 2.01e+03 | other_category | other_category |
| 423 | CA | 37.3 | -122 | 95008 | c:24986 | Campbell | Sadra Medical | 1 | 2003-01-01 | 2004-06-17 | 2009-05-22 | 1.46 | 6.39 | 6.42 | 6.42 | 4 | 3 | 5.8e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:24986 | 0 | 0 | 1 | 1 | 1 | 0 | 5 | 1 | acquired | 2e+03 | biotech | other_category | |
| 123 | MA | 42.5 | -71.2 | 1803 | c:14593 | Burlington | expressor software | 1 | 2007-01-01 | 2007-07-01 | 2011-12-19 | 0.496 | 4.97 | 1 | 4.51 | 10 | 4 | 2.9e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:14593 | 1 | 0 | 0 | 1 | 0 | 0 | 2.67 | 1 | acquired | 2.01e+03 | software | software | |
| 100 | NV | 36.2 | -115 | 89101 | c:138030 | Las Vegas | NSFW Corporation | 1 | 2011-01-01 | 2011-10-05 | 2013-06-14 | 0.759 | 2.45 | 2.16 | 2.9 | 3 | 2 | 2.5e+05 | 2 | NV | 0 | 0 | 0 | 0 | 1 | news | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:138030 | 0 | 1 | 0 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 990 | CA | 37.8 | -122 | 94105 | c:63731 | San Francisco | Weatherista | 0 | 2010-08-16 | 2012-09-01 | 2010-08-15 | 2010-08-15 | -0.0027 | -0.0027 | 0.0356 | 0.0356 | 2 | 1 | 5e+05 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:63731 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 832 | TX | 33 | -96.7 | 75082 | c:47848 | Richardson | Navini Networks | 1 | 2000-01-01 | 2005-08-10 | 2006-06-21 | 5.61 | 6.47 | 4 | 4 | 3 | 2 | 3.09e+07 | 1 | TX | 0 | 0 | 0 | 1 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:47848 | 1 | 0 | 0 | 0 | 0 | 0 | 3.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 887 | CA | 37.4 | -122 | 94089 | c:5347 | Sunnyvale | VirtualLogix | 1 | 2002-01-01 | 2004-01-01 | 2010-01-12 | 2 | 8.04 | 6.59 | 6.59 | 9 | 4 | 2.93e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:5347 | 1 | 0 | 1 | 1 | 1 | 0 | 2.67 | 1 | acquired | 2e+03 | software | software | |
| 141 | MA | 42.7 | -71.1 | 1810 | c:14993 | Andover | Exit41 | 0 | 1999-01-01 | 2013-05-01 | 2007-02-04 | 2011-05-12 | 8.1 | 12.4 | 11.8 | 12.1 | 11 | 4 | 2.42e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:14993 | 1 | 0 | 1 | 0 | 1 | 0 | 2.33 | 1 | closed | 2e+03 | software | software |
| 62 | CA | 37.4 | -122 | 94024 | c:1223 | Los Altos | SezWho | 1 | 2006-10-01 | 2007-10-01 | 2007-10-01 | 1 | 1 | 1.25 | 5.25 | 4 | 1 | 1e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1223 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | web | web | |
| 910 | MN | 44.9 | -93.5 | 55343 | c:55421 | Minnetonka | Jobs2Web | 1 | 2003-01-01 | 2004-01-01 | 2006-01-21 | 1 | 3.06 | 5.42 | 5.42 | 3 | 2 | 5.55e+06 | 1 | MN | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:55421 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2e+03 | web | web | |
| 499 | CA | 37.4 | -122 | 94040 | c:28403 | Mountain View | HighlightCam | 0 | 2009-07-27 | 2013-10-30 | 2009-06-01 | 2011-11-29 | -0.153 | 2.34 | 0.063 | 1.58 | 8 | 2 | 3e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:28403 | 0 | 1 | 1 | 0 | 0 | 0 | 3.5 | 1 | closed | 2.01e+03 | mobile | mobile |
| 74 | CA | 37.4 | -122 | 94040 | c:1283 | Mountain View | MerchantCircle | 1 | 2005-10-01 | 2006-06-05 | 2007-09-01 | 0.677 | 1.92 | 4.98 | 6.65 | 13 | 2 | 1.43e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1283 | 0 | 0 | 1 | 1 | 0 | 0 | 4.5 | 1 | acquired | 2e+03 | web | web | |
| 146 | CA | 37.4 | -122 | 94043 | c:15122 | Mountain View | Kace networks | 1 | 2003-01-01 | 2005-07-25 | 2006-05-22 | 2.56 | 3.39 | 8.15 | 8.15 | 7 | 2 | 1.1e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:15122 | 1 | 0 | 0 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | software | software | |
| 662 | NY | 40.7 | -74 | 10014 | c:38019 | New York | Thwapr | 0 | 2007-01-01 | 2013-07-20 | 2009-01-01 | 2010-01-01 | 2 | 3 | 2.09 | 4.07 | 7 | 2 | 2e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | photo_video | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:38019 | 1 | 1 | 0 | 0 | 0 | 0 | 3 | 0 | closed | 2.01e+03 | other_category | other_category |
| 844 | CA | 40.2 | -112 | 94103 | c:4961 | San Francisco | Zinch | 1 | 2007-02-01 | 2007-12-01 | 2009-10-20 | 0.83 | 2.72 | 4.25 | 4.79 | 17 | 2 | 5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:4961 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | web | web | |
| 718 | CA | 37.3 | -122 | 95014 | c:41483 | Cupertino | Cloud.com | 1 | 2008-01-01 | 2010-01-01 | 2010-01-01 | 2 | 2 | 3.66 | 4.08 | 12 | 1 | 1.1e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:41483 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 66 | CA | 37.4 | -122 | 94063 | c:12348 | Redwood City | Wildfire, a division of Google | 1 | 2008-07-01 | 2008-12-01 | 2011-12-01 | 0.419 | 3.42 | 3.6 | 4.85 | 19 | 4 | 1.41e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:12348 | 0 | 1 | 1 | 1 | 0 | 0 | 2.25 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 577 | CA | 34.1 | -118 | 90036 | c:3202 | Los Angeles | Authenticlick | 0 | 2005-08-05 | 2009-01-01 | 2006-02-01 | 2006-02-01 | 0.493 | 0.493 | 2.24 | 2.24 | 8 | 1 | 5e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:3202 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2e+03 | other_category | other_category |
| 581 | WA | 45.6 | -123 | 98665 | c:32144 | Vancouver | Idooble | 0 | 2009-01-01 | 2012-01-01 | 2009-01-01 | 2010-08-01 | 0 | 1.58 | -0.167 | -0.167 | 1 | 2 | 4e+05 | 1 | WA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:32144 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 578 | CA | 37.7 | -122 | 94080 | c:32023 | South San Francisco | BioSeek | 1 | 2000-01-01 | 2007-05-23 | 2007-05-23 | 7.39 | 7.39 | 4 | 4 | 4 | 1 | 1e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:32023 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | acquired | 2e+03 | biotech | other_category | |
| 116 | MA | 42.4 | -71.3 | 2451 | c:1445 | Waltham | xkoto | 0 | 2005-01-01 | 2011-10-01 | 2005-11-01 | 2009-01-26 | 0.833 | 4.07 | 2 | 2 | 3 | 3 | 1.1e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1445 | 1 | 0 | 0 | 1 | 1 | 0 | 1.67 | 1 | closed | 2e+03 | software | software |
| 889 | MA | 42.5 | -71.3 | 2421 | c:53686 | Lexington | Coradiant | 1 | 2000-01-01 | 2005-08-22 | 2005-08-22 | 5.64 | 5.64 | 8.01 | 11.3 | 9 | 1 | 1.27e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:53686 | 0 | 0 | 0 | 0 | 0 | 1 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 854 | CA | 39.8 | -100 | 94566 | c:50208 | Pleasanton | QuantaLife | 1 | 2008-01-01 | 2010-12-13 | 2011-07-22 | 2.95 | 3.56 | 0 | 0 | 3 | 2 | 2.08e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:50208 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | biotech | other_category | |
| 238 | CA | 37.4 | -122 | 95054 | c:16874 | Santa Clara | BroadLight | 1 | 2000-06-01 | 2005-11-17 | 2007-09-11 | 5.47 | 7.28 | 10.6 | 10.6 | 5 | 3 | 2.7e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16874 | 0 | 0 | 0 | 0 | 0 | 1 | 6 | 1 | acquired | 2e+03 | software | software | |
| 991 | NY | 40.7 | -74 | 10016 | c:643 | New York | BBE | 1 | 2004-04-01 | 2008-01-01 | 2008-01-01 | 3.75 | 3.75 | 5.54 | 6.76 | 7 | 1 | 1e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:643 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2e+03 | advertising | advertising | |
| 490 | NY | 40.7 | -74 | 10013 | c:2804 | New York | Boonty | 1 | 2001-03-01 | 2005-07-07 | 2005-07-07 | 4.35 | 4.35 | 6.17 | 9.09 | 7 | 1 | 1e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:2804 | 0 | 0 | 0 | 1 | 0 | 0 | 4 | 1 | acquired | 2e+03 | games_video | games_video | |
| 41 | NY | 40.7 | -74 | 10010 | c:11397 | New York | B-Side Entertainment | 0 | 2005-04-07 | 2010-03-01 | 2006-10-11 | 2008-11-14 | 1.51 | 3.61 | 1.32 | 4.16 | 8 | 2 | 7.35e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:11397 | 0 | 0 | 1 | 1 | 0 | 0 | 4.5 | 1 | closed | 2e+03 | games_video | games_video |
| 717 | CA | 37.3 | -122 | 95138 | c:41409 | San Jose | Taggstr | 0 | 2009-07-01 | 2013-07-01 | 2010-04-07 | 2010-04-07 | 0.767 | 0.767 | 0 | 0 | 1 | 1 | 5e+04 | 1 | CA | 1 | 0 | 0 | 0 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:41409 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | other_category | other_category |
| 913 | NY | 40.7 | -74 | 10010 | c:55436 | New York | Fashism | 0 | 2009-01-01 | 2013-09-27 | 2010-11-19 | 2010-11-19 | 1.88 | 1.88 | 1.66 | 3.02 | 5 | 1 | 1e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | fashion | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:55436 | 0 | 0 | 1 | 0 | 0 | 0 | 7 | 1 | closed | 2.01e+03 | other_category | other_category |
| 70 | CA | 37.4 | -122 | 94040 | c:12630 | Mountain View | Goodmail Systems | 0 | 2003-01-01 | 2012-01-01 | 2005-10-17 | 2009-01-12 | 2.79 | 6.04 | 7.5 | 8.01 | 16 | 4 | 4.5e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:12630 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 1 | closed | 2e+03 | other_category | other_category |
| 635 | CA | 32.9 | -117 | 92121 | c:365 | San Diego | Nirvanix | 0 | 2007-07-01 | 2013-10-15 | 2007-09-18 | 2012-05-03 | 0.216 | 4.84 | 0.216 | 6.25 | 22 | 5 | 7e+07 | 5 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:365 | 1 | 0 | 1 | 1 | 1 | 0 | 4.2 | 1 | closed | 2.01e+03 | enterprise | other_category |
| 348 | WA | 47.6 | -122 | 98102 | c:20832 | Seattle | LookStat | 0 | 2008-01-01 | 2012-05-29 | 2009-04-23 | 2009-04-23 | 1.31 | 1.31 | 1 | 1.31 | 3 | 1 | 5e+05 | 2 | WA | 0 | 0 | 0 | 0 | 1 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:20832 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | ecommerce | ecommerce |
| 288 | TX | 30.3 | -97.8 | 78746 | c:17809 | Austin | Luminary Micro | 1 | 2004-01-01 | 2005-02-01 | 2007-08-23 | 1.09 | 3.64 | 3.5 | 3.5 | 2 | 3 | 4.4e+07 | 1 | TX | 0 | 0 | 0 | 1 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:17809 | 0 | 0 | 1 | 1 | 1 | 0 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 400 | CO | 39.6 | -105 | 80112 | c:23788 | Englewood | ZettaCore | 0 | 1999-01-01 | 2012-01-04 | 2009-05-11 | 2009-05-11 | 10.4 | 10.4 | 5.84 | 5.84 | 4 | 1 | 2.1e+07 | 1 | CO | 0 | 0 | 0 | 0 | 1 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:23788 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | closed | 2e+03 | other_category | other_category |
| 543 | CA | 34.1 | -118 | 90038 | c:30834 | Los Angeles | Clicker | 1 | 2009-01-01 | 2009-09-15 | 2010-02-18 | 0.704 | 1.13 | 1.45 | 2.21 | 12 | 2 | 1.9e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:30834 | 0 | 0 | 1 | 1 | 0 | 0 | 3.5 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 850 | CA | 37.6 | -122 | 94066 | c:49960 | San Bruno | SocialShield | 1 | 2009-09-01 | 2010-10-05 | 2010-10-05 | 1.09 | 1.09 | 1.61 | 2.17 | 6 | 1 | 1e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:49960 | 0 | 0 | 1 | 0 | 0 | 0 | 7 | 1 | acquired | 2.01e+03 | software | software | |
| 271 | MA | 37.2 | -122 | 1752 | c:17581 | Marlborough | Storwize | 1 | 2004-01-01 | 2007-06-06 | 2008-04-02 | 3.43 | 4.25 | 6.01 | 6.42 | 13 | 2 | 2.8e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | other | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:17581 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 110 | NH | 42.7 | -71.5 | 3062 | c:14028 | Nashua | AutoVirt | 0 | 2007-01-01 | 2012-02-01 | 2007-01-01 | 2011-05-24 | 0 | 4.39 | 3.15 | 4.39 | 5 | 7 | 2.43e+07 | 2 | NH | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:14028 | 1 | 1 | 1 | 1 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | software | software |
| 82 | CA | 37.4 | -122 | 94040 | c:1309 | Mountain View | Loopt | 1 | 2005-01-01 | 2005-06-01 | 2010-05-03 | 0.414 | 5.34 | 5.52 | 7.19 | 21 | 4 | 3.2e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1309 | 0 | 1 | 1 | 1 | 1 | 0 | 1.67 | 1 | acquired | 2e+03 | mobile | mobile | |
| 500 | CA | 37.3 | -122 | 95014 | c:28420 | Cupertino | Blue Lane Technologies | 1 | 2002-01-01 | 2005-02-01 | 2005-02-01 | 3.09 | 3.09 | 1 | 1 | 4 | 1 | 1.34e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:28420 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1e+03 | CA | 37.8 | -122 | 94107 | c:6562 | San Francisco | Socialcast | 1 | 2005-06-01 | 2009-04-06 | 2010-03-31 | 3.85 | 4.83 | 4.96 | 7.26 | 18 | 3 | 9.4e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:6562 | 0 | 1 | 1 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 767 | CO | 40 | -105 | 80302 | c:4394 | Boulder | Collective Intellect | 1 | 2005-01-01 | 2006-02-01 | 2012-12-07 | 1.08 | 7.94 | 3 | 7.43 | 10 | 6 | 1.53e+07 | 3 | CO | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:4394 | 1 | 1 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 878 | WA | 47.6 | -122 | 98121 | c:52346 | Seattle | Wavii | 1 | 2009-03-01 | 2010-07-01 | 2010-07-01 | 1.33 | 1.33 | 2.37 | 4.16 | 3 | 1 | 2e+06 | 2 | WA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:52346 | 0 | 0 | 0 | 0 | 0 | 0 | 11 | 1 | acquired | 2.01e+03 | web | web | |
| 334 | CA | 37.8 | -122 | 94103 | c:200 | San Francisco | Seesmic | 1 | 2007-06-01 | 2007-11-01 | 2011-02-01 | 0.419 | 3.67 | 0.893 | 5.28 | 24 | 3 | 1.6e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:200 | 0 | 0 | 1 | 1 | 1 | 0 | 5.67 | 1 | acquired | 2.01e+03 | web | web | |
| 108 | PA | 40 | -75.2 | 19103 | c:139729 | Philadelphia | MobileReactor | 0 | 2010-01-01 | 2013-07-01 | 2011-10-24 | 2012-06-15 | 1.81 | 2.45 | 0.748 | 0.748 | 2 | 2 | 1.18e+06 | 1 | PA | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:139729 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | software | software |
| 282 | CA | 37.7 | -122 | 94566 | c:17724 | Pleasanton | Echopass Corporation | 1 | 2000-01-01 | 2006-10-30 | 2010-04-07 | 6.83 | 10.3 | 13 | 13 | 22 | 2 | 9e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:17724 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 205 | CA | 32.7 | -117 | 92128 | c:16285 | San Diego | ID Analytics | 1 | 2002-01-01 | 2002-05-01 | 2007-05-16 | 0.329 | 5.37 | 9.01 | 9.01 | 9 | 3 | 3.52e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16285 | 0 | 0 | 1 | 1 | 1 | 0 | 3 | 1 | acquired | 2e+03 | web | web | |
| 769 | MA | 42.5 | -71.2 | 1803 | c:43954 | Burlington | Vela Systems | 1 | 2005-01-01 | 2006-05-01 | 2010-09-02 | 1.33 | 5.67 | 2.5 | 5.67 | 4 | 3 | 1.2e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:43954 | 1 | 0 | 1 | 1 | 0 | 0 | 2.67 | 1 | acquired | 2e+03 | software | software | |
| 481 | CA | 37.4 | -122 | 94085 | c:27555 | Sunnnyvale | FlowCardia | 1 | 2002-01-01 | 2007-08-30 | 2007-08-30 | 5.66 | 5.66 | 5 | 5 | 4 | 1 | 3e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:27555 | 0 | 0 | 0 | 0 | 1 | 0 | 9 | 1 | acquired | 2e+03 | biotech | other_category | |
| 309 | CA | 37.5 | -122 | 94403 | c:18804 | San Mateo | Bizanga | 1 | 2003-01-01 | 2009-02-17 | 2009-02-17 | 6.13 | 6.13 | 7.17 | 7.17 | 5 | 1 | 8e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:18804 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 129 | CA | 37.8 | -122 | 94107 | c:14787 | San Francisco | Transpond | 1 | 2007-01-01 | 2009-02-04 | 2009-02-04 | 2.1 | 2.1 | 2.28 | 3.17 | 6 | 1 | 4.1e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:14787 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 1.09e+03 | IL | 40.1 | -88.2 | 61820 | c:81474 | Champaign | Caterva | 0 | 2008-01-01 | 2013-06-01 | 2009-12-15 | 2011-07-06 | 1.96 | 3.51 | 3.5 | 3.5 | 1 | 2 | 2.41e+06 | 1 | IL | 0 | 0 | 0 | 0 | 1 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:81474 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 1 | closed | 2.01e+03 | other_category | other_category |
| 607 | CA | 37.4 | -122 | 95054 | c:34401 | Santa Clara | Innovative Silicon | 0 | 2002-01-01 | 2011-01-01 | 2004-03-01 | 2007-11-06 | 2.16 | 5.85 | 6 | 6 | 3 | 4 | 7.2e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | other | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:34401 | 0 | 0 | 1 | 1 | 1 | 0 | 2.25 | 1 | closed | 2e+03 | other_category | other_category |
| 660 | MN | 45 | -93.3 | 55416 | c:37934 | Golden Valley | Kardia Health Systems | 0 | 2006-01-01 | 2012-02-21 | 2007-01-01 | 2008-01-01 | 1 | 2 | 3.25 | 3.25 | 2 | 2 | 1.84e+07 | 1 | MN | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:37934 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | enterprise | other_category |
| 433 | NC | 35.7 | -79.2 | 27312 | c:25383 | Pittsboro | Biolex Therapeutics | 0 | 1997-01-01 | 2012-06-01 | 2005-01-07 | 2011-12-19 | 8.02 | 15 | 4 | 4 | 4 | 7 | 1.62e+08 | 1 | NC | 0 | 0 | 0 | 0 | 1 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:25383 | 1 | 0 | 0 | 1 | 1 | 1 | 6.75 | 1 | closed | 2e+03 | biotech | other_category |
| 848 | MA | 42.4 | -71.1 | 2140 | c:49872 | Cambridge | Foldrx Pharmaceuticals | 1 | 2003-01-01 | 2010-06-15 | 2010-06-15 | 7.46 | 7.46 | 5.59 | 5.59 | 7 | 1 | 2.9e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:49872 | 1 | 0 | 0 | 0 | 0 | 0 | 7 | 1 | acquired | 2e+03 | biotech | other_category | |
| 1.06e+03 | MA | 42.4 | -71.1 | 2139 | c:7666 | Cambridge | MetaCarta | 1 | 2001-01-01 | 2005-09-08 | 2005-09-08 | 4.69 | 4.69 | 4.16 | 9.27 | 12 | 1 | 1e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:7666 | 0 | 0 | 0 | 0 | 1 | 0 | 7 | 1 | acquired | 2e+03 | mobile | mobile | |
| 329 | MA | 42.5 | -71.2 | 1803 | c:19670 | Burlington | Viridity Software | 1 | 2008-01-01 | 2008-12-01 | 2010-08-19 | 0.918 | 2.63 | 2.95 | 3.97 | 5 | 2 | 1.5e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:19670 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | software | software | |
| 616 | CA | 39.8 | -100 | 94025 | c:35148 | Menlo Park | Devtap | 0 | 2008-01-01 | 2009-02-25 | 2008-09-01 | 2008-09-01 | 0.668 | 0.668 | 0 | 0 | 2 | 1 | 2.6e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | search | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:35148 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | other_category | other_category |
| 113 | CA | 37.8 | -122 | 94108 | c:142 | San Francisco | Bebo | 1 | 2005-01-06 | 2006-05-01 | 2006-05-01 | 1.32 | 1.32 | 6.47 | 8.84 | 30 | 1 | 1.5e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:142 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2e+03 | web | web | |
| 2 | NY | 40.7 | -74 | 10001 | c:101312 | New York | SideTour | 1 | 2011-06-01 | 2011-07-01 | 2013-03-25 | 0.0822 | 1.82 | 1.08 | 2.3 | 7 | 3 | 4e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:101312 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | web | web | |
| 809 | CA | 37.7 | -122 | 94005 | c:46168 | Brisbane | SARcode Bioscience | 1 | 2006-01-01 | 2006-12-01 | 2011-07-18 | 0.915 | 5.55 | 5 | 5 | 9 | 2 | 7.3e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:46168 | 1 | 0 | 0 | 1 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | biotech | other_category | |
| 1.07e+03 | NY | 40.7 | -74 | 10013 | c:78868 | New York | Lore | 1 | 2011-03-01 | 2011-06-27 | 2012-04-05 | 0.323 | 1.1 | 0.841 | 2.04 | 5 | 4 | 1.21e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | education | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:78868 | 0 | 1 | 1 | 0 | 0 | 0 | 4.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 67 | WA | 47.6 | -122 | 98101 | c:1236 | Seattle | Pelago | 1 | 2005-12-01 | 2006-11-01 | 2008-05-27 | 0.918 | 2.49 | 2.58 | 5.38 | 18 | 3 | 2.24e+07 | 3 | WA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1236 | 1 | 0 | 1 | 1 | 0 | 0 | 3.33 | 1 | acquired | 2e+03 | mobile | mobile | |
| 599 | CA | 37.8 | -122 | 94105 | c:33949 | San Francisco | Desk | 1 | 2009-01-01 | 2010-04-15 | 2011-01-04 | 1.28 | 2.01 | 2.16 | 3.44 | 12 | 2 | 5.7e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:33949 | 0 | 0 | 1 | 1 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 285 | MA | 42.6 | -71.4 | 1886 | c:17774 | Westford | Virtual Computer | 1 | 2007-01-01 | 2007-12-01 | 2009-01-26 | 0.915 | 2.07 | 2 | 2 | 9 | 2 | 2.1e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:17774 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2.01e+03 | software | software | |
| 771 | NC | 35.8 | -78.6 | 27518 | c:44064 | Raleigh | Oasys Mobile | 0 | 1984-01-01 | 2012-05-21 | 2005-11-18 | 2005-11-18 | 21.9 | 21.9 | 24.7 | 24.7 | 1 | 1 | 8e+06 | 1 | NC | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:44064 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | closed | 1.98e+03 | software | software |
| 974 | CA | 37.4 | -122 | 94025 | c:6171 | Menlo Park | Gamook | 0 | 2008-01-01 | 2010-01-01 | 2008-03-16 | 2008-03-16 | 0.205 | 0.205 | 0.164 | 0.164 | 1 | 1 | 1.5e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:6171 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | games_video | games_video |
| 989 | MA | 42.4 | -71.2 | 2453 | c:637 | Waltham | Quattro Wireless | 1 | 2006-10-01 | 2007-05-01 | 2009-03-17 | 0.581 | 2.46 | 2.5 | 5.09 | 17 | 3 | 2.83e+07 | 4 | MA | 0 | 0 | 1 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:637 | 0 | 0 | 1 | 1 | 1 | 0 | 1.67 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 533 | CA | 37.4 | -122 | 94301 | c:30343 | Palo Alto | ShopWell | 1 | 2008-01-01 | 2010-02-22 | 2012-12-20 | 2.15 | 4.97 | 2.37 | 2.71 | 4 | 5 | 7.94e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:30343 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | web | web | |
| 633 | MA | 42.6 | -71.3 | 1821 | c:36310 | Billerica | Nexx Systems | 1 | 2001-01-01 | 2005-09-29 | 2009-12-14 | 4.75 | 8.96 | 5 | 5 | 10 | 3 | 1.52e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:36310 | 0 | 0 | 0 | 0 | 1 | 1 | 1.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.1e+03 | NY | 40.8 | -74 | 10003 | c:835 | NY | 5min Media | 1 | 2007-01-01 | 2007-04-01 | 2009-07-23 | 0.247 | 2.56 | 2 | 4.78 | 11 | 3 | 1.28e+07 | 2 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:835 | 0 | 1 | 1 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 817 | IL | 41.9 | -87.6 | 60654 | c:46863 | Chicago | MyCabbage | 0 | 2010-03-01 | 2013-06-01 | 2011-03-24 | 2012-08-23 | 1.06 | 2.48 | 0 | 1.31 | 1 | 2 | 9.5e+05 | 2 | IL | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:46863 | 1 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | closed | 2.01e+03 | mobile | mobile |
| 292 | MA | 42.5 | -71.2 | 1801 | c:179 | Woburn | Gotuit | 1 | 2000-01-01 | 2002-12-01 | 2004-12-01 | 2.92 | 4.92 | 2 | 12.5 | 6 | 2 | 1.6e+07 | 5 | MA | 0 | 0 | 1 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:179 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | acquired | 2e+03 | web | web | |
| 237 | CA | 37.3 | -122 | 95008 | c:16784 | Campbell | TeleCIS Wireless | 1 | 2000-01-01 | 2006-01-01 | 2006-01-01 | 6.01 | 6.01 | 6.01 | 6.01 | 2 | 1 | 1e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:16784 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.04e+03 | NY | 40.7 | -74 | 10013 | c:72750 | New York | Snapette | 1 | 2011-01-01 | 2011-10-12 | 2011-10-12 | 0.778 | 0.778 | 0.34 | 2.49 | 5 | 1 | 1.5e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | fashion | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:72750 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | other_category | other_category | |
| 702 | CA | 37.8 | -122 | 94107 | c:40152 | San Francisco | EmSense | 0 | 2004-01-01 | 2011-11-01 | 2009-11-03 | 2010-12-10 | 5.84 | 6.95 | 5.92 | 6.38 | 6 | 2 | 1.3e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:40152 | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | closed | 2e+03 | other_category | other_category |
| 896 | NY | 40.7 | -73.9 | 11217 | c:54077 | Brooklyn | MakerBot | 1 | 2009-01-01 | 2011-08-23 | 2011-08-23 | 2.64 | 2.64 | 4.1 | 4.93 | 6 | 1 | 1e+07 | 2 | NY | 0 | 1 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:54077 | 1 | 0 | 0 | 0 | 0 | 0 | 6 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 17 | NY | 42.7 | -73.2 | 10003 | c:10452 | New York | Image Space Media | 1 | 2008-01-01 | 2010-01-19 | 2010-12-30 | 2.05 | 3 | 2 | 3.81 | 9 | 2 | 3.92e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:10452 | 1 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 911 | NY | 40.7 | -73.9 | 11222 | c:55427 | Brooklyn | Wanderfly | 1 | 2009-08-01 | 2009-08-01 | 2011-02-01 | 0 | 1.5 | 1.58 | 3.17 | 7 | 2 | 1.4e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | travel | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:55427 | 0 | 1 | 1 | 0 | 0 | 0 | 6 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 323 | IL | 41.9 | -87.6 | 60654 | c:195311 | Chicago | walkby | 0 | 2012-08-01 | 2013-01-01 | 2012-08-01 | 2013-04-10 | 0 | 0.69 | 0 | 0.69 | 6 | 2 | 6.5e+05 | 2 | IL | 0 | 0 | 0 | 0 | 1 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:195311 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | ecommerce | ecommerce |
| 422 | TX | 30.3 | -97.7 | 78702 | c:2497 | Austin | FameCast | 0 | 2007-01-01 | 2010-01-01 | 2007-06-01 | 2010-03-30 | 0.414 | 3.24 | 0.414 | 6.8 | 5 | 3 | 9.7e+06 | 4 | TX | 0 | 0 | 0 | 1 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:2497 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | games_video | games_video |
| 91 | CA | 37.3 | -122 | 95110 | c:13465 | San Jose | Cassatt | 1 | 2003-01-01 | 2006-03-01 | 2006-03-01 | 3.16 | 3.16 | 2 | 2 | 6 | 1 | 1.5e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:13465 | 0 | 0 | 0 | 0 | 0 | 1 | 3 | 1 | acquired | 2e+03 | software | software | |
| 296 | CA | 37.8 | -122 | 94608 | c:17983 | Emeryville | VirtuOz | 1 | 2002-01-01 | 2005-10-10 | 2012-04-01 | 3.78 | 10.3 | 10 | 11 | 18 | 4 | 3.88e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:17983 | 1 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 54 | CA | 37.4 | -122 | 95112 | c:12099 | San Jose | SolFocus | 0 | 2005-11-01 | 2013-01-01 | 2006-03-01 | 2012-04-01 | 0.329 | 6.42 | 1.17 | 4.99 | 6 | 8 | 2.11e+08 | 2 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:12099 | 1 | 0 | 1 | 1 | 1 | 0 | 2.71 | 1 | closed | 2e+03 | other_category | other_category |
| 866 | CA | 37.4 | -122 | 94041 | c:51239 | Mountain View | Nimbula | 1 | 2008-01-01 | 2010-06-23 | 2010-08-23 | 2.48 | 2.64 | 3.42 | 5.2 | 8 | 2 | 2.08e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:51239 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 1.05e+03 | CA | 37.8 | -122 | 94107 | c:74743 | San Francisco | Giftiki | 1 | 2009-06-01 | 2010-08-31 | 2011-04-20 | 1.25 | 1.88 | 2.25 | 3.22 | 4 | 2 | 1.02e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:74743 | 0 | 1 | 1 | 0 | 0 | 0 | 2.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 631 | TX | 30.3 | -97.7 | 78730 | c:36192 | Austin | Storspeed | 0 | 2007-01-01 | 2010-03-04 | 2007-06-07 | 2007-06-07 | 0.43 | 0.43 | 2 | 2 | 6 | 1 | 1.3e+07 | 1 | TX | 0 | 0 | 0 | 1 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:36192 | 0 | 0 | 1 | 0 | 0 | 0 | 4 | 1 | closed | 2.01e+03 | software | software |
| 341 | NY | 40.7 | -74 | 10007 | c:20313 | New York | SpaBooker | 1 | 2007-11-01 | 2008-01-01 | 2011-10-01 | 0.167 | 3.92 | 0 | 2.92 | 8 | 2 | 1.47e+07 | 2 | NY | 0 | 1 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:20313 | 0 | 1 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | software | software | |
| 957 | CA | 37.4 | -122 | 94043 | c:60 | Mountain View | Jajah | 1 | 2005-01-01 | 2006-03-01 | 2009-03-01 | 1.16 | 4.16 | 3 | 8.92 | 19 | 4 | 3.3e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:60 | 0 | 0 | 1 | 1 | 1 | 1 | 1.33 | 1 | acquired | 2e+03 | mobile | mobile | |
| 211 | TX | 33 | -96.7 | 75081 | c:1637 | Richardson | RipCode | 0 | 2006-08-06 | 2012-07-01 | 2006-11-01 | 2010-05-11 | 0.238 | 3.76 | 2.42 | 3.88 | 10 | 4 | 3.3e+07 | 3 | TX | 0 | 0 | 0 | 1 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1637 | 0 | 0 | 1 | 1 | 1 | 0 | 4 | 1 | closed | 2.01e+03 | software | software |
| 920 | MA | 42.4 | -71.2 | 2452 | c:56478 | Waltham | RippleFunction | 0 | 2010-03-01 | 2013-06-01 | 2010-05-01 | 2010-05-01 | 0.167 | 0.167 | 0.586 | 0.586 | 3 | 1 | 2e+04 | 1 | MA | 0 | 0 | 1 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:56478 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | advertising | advertising |
| 728 | MA | 42.5 | -71.2 | 1803 | c:42163 | Burlington | Certeon | 0 | 2003-01-01 | 2013-02-01 | 2007-07-16 | 2012-05-01 | 4.54 | 9.34 | 2 | 2 | 2 | 2 | 1.9e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:42163 | 1 | 0 | 0 | 1 | 0 | 0 | 3.5 | 1 | closed | 2e+03 | software | software |
| 186 | CA | 37.8 | -122 | 94104 | c:16111 | San Francisco | Applied Identity | 0 | 2002-01-01 | 2012-01-01 | 2005-01-13 | 2008-10-01 | 3.04 | 6.75 | 4 | 4 | 2 | 3 | 3.3e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:16111 | 0 | 0 | 1 | 1 | 1 | 0 | 4 | 1 | closed | 2e+03 | advertising | advertising |
| 407 | GA | 34 | -84.3 | 30350 | c:24274 | Atlanta | Prenova | 1 | 2002-01-01 | 2006-05-10 | 2008-04-24 | 4.36 | 6.32 | 4 | 4 | 1 | 3 | 1.56e+07 | 1 | GA | 0 | 0 | 0 | 0 | 1 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:24274 | 1 | 0 | 0 | 0 | 0 | 0 | 1.33 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.06e+03 | CA | 37.8 | -122 | 92606 | c:763 | San Francisco | WooMe | 1 | 2000-12-01 | 2007-04-01 | 2008-06-12 | 6.33 | 7.53 | 7.17 | 10.9 | 8 | 3 | 1.74e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:763 | 0 | 0 | 1 | 1 | 0 | 0 | 2.33 | 1 | acquired | 2e+03 | web | web | |
| 1.07e+03 | CA | 34.1 | -118 | 90028 | c:79089 | Hollywood | HelpMeRent.com | 0 | 2010-10-01 | 2013-02-01 | 2011-08-01 | 2011-08-01 | 0.833 | 0.833 | -0.167 | 1.19 | 5 | 1 | 1.54e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | real_estate | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:79089 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | other_category | other_category |
| 755 | CA | 34.1 | -118 | 90301 | c:43480 | Los Angeles | Mail.com Media Corporation | 0 | 2004-01-01 | 2011-01-01 | 2008-10-21 | 2008-10-21 | 4.81 | 4.81 | 6.6 | 6.72 | 4 | 1 | 3.5e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:43480 | 0 | 0 | 0 | 0 | 0 | 1 | 3 | 1 | closed | 2e+03 | web | web |
| 61 | VA | 38.9 | -77.2 | 22182 | c:12224 | Viena | DubMeNow | 0 | 2008-01-01 | 2013-06-01 | 2008-08-01 | 2012-06-05 | 0.584 | 4.43 | 1.25 | 2.15 | 5 | 4 | 7.52e+06 | 3 | VA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:12224 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | mobile | mobile |
| 900 | TX | 30.4 | -97.8 | 78759 | c:54488 | Austin | Smooth-Stone | 0 | 2008-01-01 | 2011-07-01 | 2010-08-16 | 2010-08-16 | 2.62 | 2.62 | 2.87 | 4.3 | 1 | 1 | 4.8e+07 | 3 | TX | 0 | 0 | 0 | 1 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:54488 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | closed | 2.01e+03 | other_category | other_category |
| 193 | CA | 37.3 | -122 | 95008 | c:16181 | Campbell | ONStor | 1 | 2000-01-01 | 2005-06-02 | 2008-04-18 | 5.42 | 8.3 | 8.01 | 8.01 | 6 | 3 | 6.58e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:16181 | 1 | 0 | 0 | 0 | 0 | 1 | 4.67 | 1 | acquired | 2e+03 | other_category | other_category | |
| 259 | NJ | 40.5 | -74.6 | 8844 | c:173118 | Hillsborough | Relationship Analytics | 0 | 2012-08-01 | 2013-08-01 | 2013-04-05 | 2013-05-16 | 0.677 | 0.789 | 0 | 0 | 2 | 2 | 1.25e+05 | 1 | NJ | 0 | 0 | 0 | 0 | 1 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:173118 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | other_category | other_category |
| 1.07e+03 | GA | 33.7 | -84.4 | 30305 | c:78759 | Atlanta | JouleX | 1 | 2009-01-01 | 2011-06-10 | 2011-06-10 | 2.44 | 2.44 | 2.33 | 2.44 | 10 | 1 | 1.7e+07 | 2 | GA | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:78759 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 624 | CA | 37.5 | -122 | 94403 | c:3562 | San Mateo | Etelos | 0 | 1999-05-01 | 2013-01-01 | 2009-09-30 | 2012-05-29 | 10.4 | 13.1 | 8.98 | 12.7 | 4 | 3 | 4.09e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:3562 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2e+03 | enterprise | other_category |
| 675 | CA | 34.5 | -120 | 93105 | c:38655 | Santa Barbara | Make It Work | 0 | 1995-01-01 | 2012-06-01 | 2005-11-15 | 2005-11-15 | 10.9 | 10.9 | 15.5 | 15.5 | 3 | 1 | 1e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:38655 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2e+03 | other_category | other_category |
| 880 | TX | 30.3 | -97.7 | 78701 | c:52406 | Austin | MapMyFitness | 1 | 2007-02-08 | 2007-01-01 | 2013-06-19 | -0.104 | 6.36 | 5.48 | 6.77 | 13 | 5 | 2.35e+07 | 3 | TX | 0 | 0 | 0 | 1 | 0 | health | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:52406 | 1 | 0 | 1 | 1 | 1 | 0 | 1.75 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 29 | AZ | 33.4 | -112 | 85281 | c:10864 | Tempe | FetchBack | 1 | 2007-04-01 | 2008-01-01 | 2008-01-01 | 0.753 | 0.753 | 3.17 | 4.62 | 13 | 1 | 1e+06 | 2 | AZ | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:10864 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 1.14e+03 | MA | 42.4 | -71.1 | 2142 | c:934 | Cambridge | Sermo | 1 | 2006-01-01 | 2006-09-01 | 2011-02-17 | 0.666 | 5.13 | 2.75 | 6 | 15 | 4 | 4.1e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | health | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:934 | 1 | 0 | 1 | 1 | 1 | 0 | 1.75 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 436 | MA | 42.4 | -71.1 | 2139 | c:25600 | Cambridge | Alnara Pharmaceuticals | 1 | 2008-01-01 | 2008-10-30 | 2010-01-28 | 0.83 | 2.08 | 1 | 1 | 4 | 2 | 5.5e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:25600 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | biotech | other_category | |
| 821 | CA | 37.8 | -122 | 60606 | c:46943 | Chicago | Braintree | 1 | 2007-10-01 | 2011-06-29 | 2012-09-17 | 3.75 | 4.97 | 4.68 | 4.84 | 10 | 2 | 6.9e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:46943 | 0 | 0 | 1 | 1 | 0 | 0 | 3.5 | 1 | acquired | 2.01e+03 | software | software | |
| 171 | CA | 37.4 | -122 | 95035-5444 | c:15829 | Milpitas | Virident Systems | 1 | 2006-01-01 | 2007-05-01 | 2013-01-28 | 1.33 | 7.08 | 4.87 | 7.01 | 25 | 8 | 1.3e+08 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:15829 | 1 | 0 | 1 | 1 | 1 | 1 | 3 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 507 | CA | 37.4 | -122 | 94041 | c:28483 | Mountain View | Lexity | 1 | 2009-08-01 | 2009-09-01 | 2011-03-03 | 0.0849 | 1.59 | 2.12 | 4 | 5 | 2 | 5.7e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:28483 | 0 | 1 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 351 | MA | 42.3 | -71.4 | 1702 | c:21040 | Framingham | Diligent Technologies | 1 | 2002-01-01 | 2007-08-21 | 2007-08-21 | 5.64 | 5.64 | 4.25 | 4.25 | 3 | 1 | 1.05e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:21040 | 0 | 0 | 0 | 0 | 0 | 1 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 611 | NY | 40.7 | -73.9 | 11211 | c:34549 | Brooklyn | Hot Potato | 1 | 2009-01-01 | 2009-11-25 | 2009-11-25 | 0.899 | 0.899 | 0.414 | 1.63 | 12 | 1 | 1.42e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:34549 | 0 | 0 | 1 | 0 | 0 | 0 | 16 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 324 | WA | 47.6 | -122 | 98119 | c:19538 | Seattle | Kashless | 0 | 2008-09-01 | 2010-12-25 | 2008-10-29 | 2011-02-04 | 0.159 | 2.43 | -0.17 | 2.21 | 1 | 2 | 9e+06 | 2 | WA | 0 | 0 | 0 | 0 | 1 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:19538 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | ecommerce | ecommerce |
| 130 | CA | 37.4 | -122 | 94041 | c:148139 | Mountain View | LaunchGram | 1 | 2012-01-10 | 2012-01-23 | 2012-10-01 | 0.0356 | 0.726 | 0.474 | 0.92 | 4 | 2 | 7e+04 | 2 | CA | 1 | 0 | 0 | 0 | 0 | news | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:148139 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 993 | CA | 34 | -118 | 90401 | c:64694 | Santa Monica | ServiceMesh | 1 | 2008-01-01 | 2011-11-16 | 2011-11-16 | 3.88 | 3.88 | 3 | 5.83 | 9 | 1 | 1.5e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:64694 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 318 | CA | 37.8 | -122 | 94108 | c:1923 | San Francisco | Lookery | 1 | 2007-08-01 | 2008-02-07 | 2008-09-04 | 0.52 | 1.1 | 0.252 | 2.06 | 12 | 2 | 3.15e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1923 | 0 | 1 | 1 | 0 | 0 | 0 | 11.5 | 1 | acquired | 2.01e+03 | web | web | |
| 150 | CA | 37.8 | -122 | 94109 | c:152560 | San Francisco | Wantful | 0 | 2011-01-01 | 2013-09-06 | 2012-03-20 | 2012-03-20 | 1.22 | 1.22 | 1.42 | 2.68 | 6 | 1 | 5.5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:152560 | 0 | 0 | 1 | 0 | 0 | 0 | 8 | 1 | closed | 2.01e+03 | ecommerce | ecommerce |
| 1.03e+03 | CA | 38 | -123 | 94903 | c:71639 | San Rafael | Zep Solar | 1 | 2009-01-01 | 2013-11-20 | 2013-11-20 | 4.89 | 4.89 | 3.29 | 3.29 | 8 | 1 | 1.06e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:71639 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | other_category | other_category | |
| 395 | CA | 37.9 | -122 | 94710 | c:2351 | Berkeley | MOG | 1 | 2005-06-01 | 2006-05-04 | 2010-02-26 | 0.923 | 4.74 | 0.671 | 7.77 | 12 | 7 | 2.49e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | music | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:2351 | 1 | 1 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.02e+03 | CA | 34.1 | -118 | 91105 | c:6854 | Pasadena | Loud3r | 0 | 2007-09-01 | 2012-07-15 | 2009-06-05 | 2009-12-28 | 1.76 | 2.33 | 0.877 | 3.03 | 12 | 2 | 3.53e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:6854 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 428 | NY | 40.7 | -74 | 10011 | c:25306 | New York | Oyster.com | 1 | 2008-03-01 | 2008-03-01 | 2012-10-11 | 0 | 4.62 | 3.29 | 5.27 | 15 | 4 | 2.34e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | travel | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:25306 | 0 | 0 | 1 | 1 | 1 | 0 | 2.25 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 33 | CA | 37.4 | -122 | 95134 | c:10915 | San Jose | LogLogic | 1 | 2002-01-01 | 2009-05-26 | 2009-05-26 | 7.4 | 7.4 | 7.4 | 11.9 | 15 | 1 | 8.8e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:10915 | 0 | 0 | 0 | 0 | 0 | 1 | 5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.02e+03 | NY | 40.7 | -74 | 10012 | c:70661 | New York | StyleTrek | 0 | 2010-02-01 | 2012-01-01 | 2010-02-01 | 2010-02-01 | 0 | 0 | 0.329 | 0.329 | 2 | 1 | 1.5e+06 | 1 | NY | 0 | 1 | 0 | 0 | 0 | fashion | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:70661 | 0 | 0 | 0 | 0 | 0 | 0 | 6 | 1 | closed | 2.01e+03 | other_category | other_category |
| 410 | OR | 45.5 | -123 | 97201 | c:2434 | Portland | SnapNames | 1 | 2000-01-01 | 2001-06-01 | 2001-12-31 | 1.42 | 2 | 7.01 | 11.4 | 3 | 3 | 8.8e+06 | 2 | OR | 0 | 0 | 0 | 0 | 1 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:2434 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | acquired | 2e+03 | other_category | other_category | |
| 877 | CA | 37.8 | -122 | 94107 | c:522 | San Francisco | Simple Star | 1 | 2001-01-01 | 2003-08-01 | 2005-08-10 | 2.58 | 4.61 | 0.581 | 10.2 | 3 | 2 | 7.1e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:522 | 0 | 1 | 1 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2e+03 | web | web | |
| 48 | MA | 42.4 | -71.1 | 2142 | c:1165 | Cambridge | StyleFeeder | 1 | 2006-05-03 | 2007-09-01 | 2009-05-01 | 1.33 | 3 | 2.16 | 5.96 | 8 | 3 | 3.5e+06 | 6 | MA | 0 | 0 | 1 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:1165 | 1 | 1 | 1 | 0 | 0 | 0 | 1.67 | 1 | acquired | 2.01e+03 | ecommerce | ecommerce | |
| 1.08e+03 | CA | 37.4 | -122 | 94089 | c:80433 | Sunnyvale | FlashSoft | 1 | 2009-11-25 | 2011-06-28 | 2011-06-28 | 1.59 | 1.59 | 1.19 | 2.55 | 6 | 1 | 3e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:80433 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | software | software | |
| 1.08e+03 | NY | 43 | -78.9 | 14217 | c:79456 | Kenmore | TrustDegrees | 0 | 2011-03-01 | 2012-01-01 | 2011-04-17 | 2011-06-09 | 0.129 | 0.274 | 0.307 | 0.307 | 5 | 2 | 1.1e+04 | 1 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:79456 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 256 | CA | 33.6 | -118 | 92677 | c:17282 | Laguna Niguel | Symwave | 1 | 2001-01-01 | 2007-07-18 | 2009-08-06 | 6.55 | 8.6 | 5 | 5 | 4 | 3 | 2.62e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:17282 | 1 | 0 | 0 | 0 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 629 | CA | 37.4 | -122 | 94043 | c:3610 | Mountain View | Clearwell Systems | 1 | 2004-12-06 | 2011-05-19 | 2006-04-04 | 2007-08-22 | 1.33 | 2.71 | 4.37 | 6.46 | 6 | 2 | 2.9e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3610 | 0 | 0 | 0 | 1 | 1 | 0 | 2.5 | 1 | acquired | 2e+03 | software | software |
| 946 | CA | 32.8 | -117 | 92037 | c:59054 | La Jolla | Nettle | 0 | 2010-10-04 | 2012-01-01 | 2011-08-11 | 2011-08-11 | 0.852 | 0.852 | 0 | 2.94 | 3 | 1 | 5e+05 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:59054 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 1 | closed | 2.01e+03 | web | web |
| 375 | CA | 37.5 | -122 | 94063 | c:22721 | Redwood City | CubeTree | 1 | 2008-01-01 | 2008-02-01 | 2009-11-02 | 0.0849 | 1.84 | 1.42 | 2.34 | 3 | 3 | 1.15e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:22721 | 0 | 1 | 1 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 367 | TX | 30.3 | -97.8 | 78703 | c:22168 | Austin | Infochimps | 1 | 2009-07-14 | 2010-09-14 | 2013-06-04 | 1.17 | 3.89 | 2.3 | 3.43 | 8 | 5 | 5.35e+06 | 3 | TX | 0 | 0 | 0 | 1 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:22168 | 0 | 1 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 51 | CA | 37.8 | -122 | 94105 | c:1205 | San Francisco | Songbird | 0 | 2006-02-01 | 2013-06-28 | 2006-10-02 | 2010-01-27 | 0.666 | 3.99 | 5.08 | 7.37 | 27 | 3 | 1.1e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1205 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | mobile | mobile |
| 388 | CA | 37.8 | -122 | 94103 | c:23139 | San Francisco | SimpleGeo | 1 | 2009-05-01 | 2009-11-10 | 2010-05-18 | 0.529 | 1.05 | 1.3 | 3.38 | 30 | 3 | 9.81e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:23139 | 0 | 1 | 1 | 0 | 0 | 0 | 8.67 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 870 | CA | 37.8 | -122 | 94110 | c:51379 | San Francisco | 1000memories | 1 | 2010-07-01 | 2010-01-01 | 2011-02-16 | -0.496 | 0.63 | 0.589 | 3.01 | 8 | 2 | 2.54e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:51379 | 0 | 1 | 1 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | web | web | |
| 384 | TX | 33 | -96.8 | 75001 | c:23107 | Addison | SensorLogic | 1 | 2002-01-01 | 2007-06-19 | 2010-12-13 | 5.47 | 8.95 | 8.84 | 8.95 | 4 | 3 | 1.9e+07 | 2 | TX | 0 | 0 | 0 | 1 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:23107 | 1 | 0 | 0 | 1 | 1 | 0 | 5.33 | 1 | acquired | 2e+03 | enterprise | other_category | |
| 853 | CA | 37.4 | -122 | 94041 | c:50162 | Mountain View | TouristEye | 1 | 2010-02-01 | 2010-02-01 | 2012-11-06 | 0 | 2.76 | 1.16 | 1.16 | 4 | 3 | 4.75e+05 | 1 | CA | 1 | 0 | 0 | 0 | 0 | travel | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:50162 | 0 | 1 | 0 | 0 | 0 | 0 | 4 | 0 | acquired | 2.01e+03 | other_category | other_category | |
| 155 | NY | 40.7 | -74 | 10005 | c:15470 | New York | Oberon Media | 1 | 2003-01-01 | 2008-10-06 | 2010-11-10 | 5.77 | 7.86 | 9.26 | 9.26 | 16 | 2 | 3.6e+07 | 1 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:15470 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | acquired | 2e+03 | games_video | games_video | |
| 424 | CA | 39.8 | -100 | 92130-2042 | c:25001 | San Diego | Aragon Pharmaceuticals | 1 | 2009-01-01 | 2009-05-27 | 2012-10-04 | 0.4 | 3.76 | 3 | 3 | 15 | 4 | 1.22e+08 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:25001 | 0 | 0 | 1 | 1 | 1 | 1 | 2.5 | 1 | acquired | 2.01e+03 | biotech | other_category | |
| 208 | NY | 40.7 | -74 | 10005 | c:163104 | New York | #waywire | 1 | 2012-06-01 | 2012-06-30 | 2012-06-30 | 0.0795 | 0.0795 | 0.501 | 1.38 | 8 | 1 | 1.75e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | news | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:163104 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 749 | NY | 40.7 | -74 | 10003 | c:43263 | New York | Feedtrace | 1 | 2009-08-10 | 2010-03-01 | 2010-03-01 | 0.556 | 0.556 | -0.0247 | 1.93 | 3 | 1 | 1.3e+05 | 2 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:43263 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | web | web | |
| 60 | IN | 39.9 | -86.1 | 46250 | c:12179 | Indianapolis | Vontoo | 0 | 2005-01-01 | 2012-10-31 | 2009-02-17 | 2011-02-24 | 4.13 | 6.15 | 5.57 | 6.11 | 10 | 2 | 2.19e+06 | 3 | IN | 0 | 0 | 0 | 0 | 1 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:12179 | 1 | 0 | 0 | 1 | 0 | 0 | 3 | 0 | closed | 2e+03 | other_category | other_category |
| 735 | MA | 42.4 | -71.1 | 2142 | c:42501 | Cambridge | Allurent | 1 | 2005-01-01 | 2010-02-22 | 2010-02-22 | 5.15 | 5.15 | 2 | 2 | 4 | 1 | 2e+06 | 1 | MA | 0 | 0 | 1 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:42501 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2e+03 | web | web | |
| 142 | CA | 37.5 | -122 | 94608 | c:15017 | Emeryville | Quantivo | 1 | 2005-01-01 | 2008-01-09 | 2009-12-16 | 3.02 | 4.96 | 6.58 | 6.68 | 11 | 2 | 9.4e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:15017 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 250 | CA | 25.8 | -80.3 | 94104 | c:1716 | San Francisco | Scrapblog | 1 | 2006-01-01 | 2006-03-06 | 2010-02-05 | 0.175 | 4.1 | 0.734 | 5.05 | 8 | 4 | 1e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1716 | 0 | 0 | 1 | 1 | 1 | 0 | 1.25 | 1 | acquired | 2.01e+03 | web | web | |
| 987 | CA | 37.6 | -122 | 94402 | c:6356 | San Mateo | Yield Software | 1 | 2007-01-01 | 2008-06-04 | 2008-06-04 | 1.42 | 1.42 | 1 | 1 | 7 | 1 | 6e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:6356 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 1.03e+03 | PA | 40 | -76.3 | 17603 | c:7163 | Lancaster | FlyCast | 0 | 2006-01-01 | 2013-01-01 | 2008-01-01 | 2009-07-22 | 2 | 3.56 | 4.57 | 4.57 | 3 | 2 | 2.1e+06 | 1 | PA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:7163 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | closed | 2.01e+03 | mobile | mobile |
| 816 | WA | 39.8 | -100 | 98104 | c:46835 | Seattle | Off & Away | 1 | 2009-12-01 | 2010-05-03 | 2010-10-21 | 0.419 | 0.888 | 0.0849 | 1.86 | 3 | 2 | 3.25e+06 | 3 | WA | 0 | 0 | 0 | 0 | 1 | travel | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:46835 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 277 | CA | 34.2 | -119 | 91360 | c:17634 | Thousand Oaks | Nexsan | 1 | 2000-01-01 | 2003-12-01 | 2009-04-18 | 3.92 | 9.3 | 10.8 | 10.8 | 10 | 2 | 2.45e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:17634 | 1 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 826 | UT | 40.2 | -112 | 84087 | c:47341 | Provo | Tipping Bucket | 0 | 2009-04-08 | 2012-01-01 | 2009-04-01 | 2010-03-01 | -0.0192 | 0.896 | 1.06 | 1.06 | 4 | 2 | 7.2e+04 | 1 | UT | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:47341 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | enterprise | other_category |
| 737 | CA | 37.4 | -122 | 94304 | c:42610 | Palo Alto | Qlusters | 0 | 2001-01-01 | 2008-09-11 | 2007-08-08 | 2007-08-08 | 6.6 | 6.6 | 4 | 4 | 3 | 1 | 1.04e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | other | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:42610 | 0 | 0 | 0 | 0 | 1 | 0 | 5 | 1 | closed | 2e+03 | other_category | other_category |
| 3 | NY | 40.8 | -74 | 10001 | c:10137 | New York | Producteev | 1 | 2008-07-08 | 2008-07-15 | 2010-02-01 | 0.0192 | 1.57 | 2.48 | 4.87 | 12 | 3 | 1.31e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:10137 | 0 | 1 | 0 | 0 | 0 | 0 | 6 | 1 | acquired | 2.01e+03 | software | software | |
| 830 | NY | 40.8 | -74 | 10036 | c:47662 | New York | SpinTheCam | 0 | 2010-02-12 | 2012-02-17 | 2010-01-01 | 2010-01-01 | -0.115 | -0.115 | 0.0466 | 0.0466 | 1 | 1 | 1.5e+05 | 1 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:47662 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | games_video | games_video |
| 517 | CA | 37.2 | -122 | 95032-5405 | c:29387 | Los Gatos | Amalfi Semiconductor | 1 | 2003-01-01 | 2006-02-01 | 2012-04-24 | 3.09 | 9.32 | 0.496 | 9.53 | 5 | 3 | 6.4e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:29387 | 1 | 0 | 0 | 1 | 1 | 0 | 3.33 | 1 | acquired | 2e+03 | other_category | other_category | |
| 941 | OH | 40 | -83 | 43207 | c:58696 | Columbus | Dormzy | 0 | 2010-05-01 | 2013-03-01 | 2010-05-01 | 2010-05-01 | 0 | 0 | 0 | 0 | 2 | 1 | 2.5e+05 | 1 | OH | 0 | 0 | 0 | 0 | 1 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:58696 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | ecommerce | ecommerce |
| 101 | CA | 34.1 | -118 | 91105 | c:13815 | Pasadena | iChange | 1 | 2008-01-01 | 2007-10-01 | 2010-02-01 | -0.252 | 2.09 | 1.42 | 1.42 | 6 | 3 | 1.83e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | health | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:13815 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | acquired | 2.01e+03 | other_category | other_category | |
| 908 | OR | 39.8 | -100 | 97204 | c:55307 | Portland | AppFog | 1 | 2010-08-01 | 2011-01-01 | 2011-08-10 | 0.419 | 1.02 | 0.773 | 2.17 | 10 | 2 | 9.8e+06 | 4 | OR | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:55307 | 0 | 0 | 1 | 1 | 0 | 0 | 4.5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 342 | CA | 38.9 | -77.1 | 94104 | c:2033 | San Francisco | HotPads | 1 | 2005-05-04 | 2007-03-01 | 2007-03-01 | 1.82 | 1.82 | 3.9 | 5.91 | 15 | 1 | 2.3e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:2033 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2e+03 | web | web | |
| 775 | WA | 47.7 | -122 | 98052 | c:444 | Redmond | Sampa | 0 | 2005-03-01 | 2009-07-17 | 2007-08-01 | 2008-04-02 | 2.42 | 3.09 | -0.162 | 3.97 | 3 | 2 | 1.31e+06 | 4 | WA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:444 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2e+03 | web | web |
| 793 | CA | 37.8 | -122 | 94103 | c:454 | San Francisco | DanceJam | 0 | 2007-04-01 | 2011-01-01 | 2007-05-01 | 2008-02-01 | 0.0822 | 0.838 | 0 | 4.18 | 4 | 2 | 4.5e+06 | 5 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:454 | 0 | 1 | 0 | 1 | 0 | 0 | 5.5 | 1 | closed | 2.01e+03 | games_video | games_video |
| 47 | CA | 37.6 | -122 | 94404 | c:11531 | Foster City | Right90 | 1 | 2003-01-01 | 2005-02-28 | 2008-09-23 | 2.16 | 5.73 | 5 | 5 | 5 | 3 | 2.2e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:11531 | 0 | 0 | 1 | 1 | 1 | 0 | 2.67 | 1 | acquired | 2e+03 | software | software | |
| 1.04e+03 | CA | 37.8 | -122 | 94107 | c:741 | San Francisco | SocialMedia.com | 1 | 2007-01-01 | 2007-09-01 | 2009-01-29 | 0.666 | 2.08 | 3.03 | 4.29 | 23 | 3 | 1e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:741 | 0 | 1 | 1 | 1 | 0 | 0 | 2.67 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 657 | NY | 40.7 | -74 | 10014 | c:37826 | New York | BuyWithMe | 1 | 2009-03-01 | 2010-01-20 | 2011-06-01 | 0.89 | 2.25 | 2.66 | 2.75 | 21 | 4 | 3.65e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:37826 | 0 | 0 | 1 | 1 | 1 | 0 | 1.5 | 1 | acquired | 2.01e+03 | ecommerce | ecommerce | |
| 1.04e+03 | CO | 47.6 | -122 | 80205 | c:7299 | Denver | Photobucket | 1 | 2003-06-01 | 2005-03-01 | 2013-05-14 | 1.75 | 9.96 | 9.34 | 10.5 | 35 | 7 | 3.37e+07 | 3 | CO | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:7299 | 1 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2e+03 | web | web | |
| 623 | CA | 37.3 | -122 | 95014 | c:35579 | Cupertino | XtremIO | 1 | 2009-01-01 | 2009-11-11 | 2011-12-05 | 0.86 | 2.93 | 3 | 3 | 4 | 3 | 1.9e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:35579 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 359 | CA | 37.4 | -122 | 94086 | c:21654 | Sunnyvale | Level 5 Networks | 1 | 2002-01-01 | 2005-06-20 | 2005-06-20 | 3.47 | 3.47 | 2 | 2 | 3 | 1 | 3e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:21654 | 0 | 0 | 0 | 1 | 0 | 0 | 4 | 1 | acquired | 2e+03 | other_category | other_category | |
| 927 | CA | 37.4 | -122 | 94041 | c:57338 | Mountain View | Votizen | 1 | 2009-03-19 | 2010-09-23 | 2012-02-24 | 1.52 | 2.94 | 2.64 | 3.82 | 6 | 2 | 2.25e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:57338 | 1 | 0 | 0 | 0 | 0 | 0 | 8.5 | 1 | acquired | 2.01e+03 | web | web | |
| 223 | CA | 34.1 | -118 | 91006 | c:16613 | Arcadia | Siimpel Corporation | 1 | 2000-01-01 | 2005-11-11 | 2009-12-16 | 5.87 | 9.96 | 8.17 | 8.17 | 7 | 6 | 5.38e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:16613 | 1 | 0 | 0 | 0 | 1 | 0 | 4.25 | 1 | acquired | 2e+03 | other_category | other_category | |
| 1.11e+03 | WA | 47.6 | -122 | 98006 | c:8527 | Bellevue | Napera Networks | 1 | 2006-12-01 | 2008-11-29 | 2008-11-29 | 2 | 2 | -0.0822 | 3.52 | 3 | 1 | 6e+06 | 2 | WA | 0 | 0 | 0 | 0 | 1 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:8527 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 105 | CA | 39.8 | -100 | 94063-2026 | c:1389 | Redwood City | NebuAd | 0 | 2006-01-01 | 2009-05-20 | 2007-07-01 | 2007-09-01 | 1.5 | 1.67 | 0 | 7.52 | 2 | 2 | 3.02e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:1389 | 0 | 0 | 1 | 1 | 0 | 0 | 1.5 | 1 | closed | 2.01e+03 | advertising | advertising |
| 983 | CA | 37.4 | -122 | 94085 | c:63053 | Sunnyvale | PasswordBank | 1 | 2008-01-01 | 2008-03-01 | 2009-07-01 | 0.164 | 1.5 | 3.16 | 5.55 | 6 | 2 | 3.5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:63053 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | software | software | |
| 1.01e+03 | CA | 37.4 | -122 | 94306 | c:668 | Palo Alto | SnapTell | 1 | 2006-01-01 | 2007-06-07 | 2007-06-07 | 1.43 | 1.43 | 2.35 | 3.46 | 5 | 1 | 4e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:668 | 0 | 0 | 1 | 0 | 0 | 0 | 4 | 1 | acquired | 2.01e+03 | software | software | |
| 248 | CA | 37.4 | -122 | 94089 | c:17070 | Sunnyvale | CloudShield Technologies | 1 | 2000-01-01 | 2005-10-28 | 2007-09-17 | 5.83 | 7.72 | 10 | 10 | 11 | 2 | 2.5e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:17070 | 1 | 0 | 0 | 0 | 0 | 0 | 4.5 | 1 | acquired | 2e+03 | software | software | |
| 1.04e+03 | NY | 40.7 | -74 | 10011 | c:7329 | New York | Instinctiv | 1 | 2007-08-01 | 2008-06-01 | 2011-05-05 | 0.836 | 3.76 | 0.904 | 0.904 | 5 | 3 | 1.42e+06 | 1 | NY | 0 | 1 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:7329 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 584 | CA | 37.4 | -122 | 94301 | c:32475 | Palo Alto | Waze | 1 | 2007-01-01 | 2008-03-01 | 2011-10-18 | 1.16 | 4.8 | 2.33 | 6.9 | 18 | 3 | 6.7e+07 | 5 | CA | 1 | 0 | 0 | 0 | 0 | transportation | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:32475 | 0 | 0 | 1 | 1 | 1 | 0 | 2.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 916 | CA | 37.5 | -122 | 94070 | c:5585 | San Carlos | Aster Data Systems | 1 | 2005-07-01 | 2005-11-01 | 2010-09-22 | 0.337 | 5.23 | 4.17 | 5.72 | 13 | 4 | 5.3e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:5585 | 0 | 1 | 1 | 1 | 1 | 0 | 4.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 949 | CA | 34.1 | -118 | 90024 | c:59298 | Los Angeles | Diversion | 0 | 2010-05-01 | 2012-06-01 | 2010-10-18 | 2011-07-22 | 0.466 | 1.22 | 0 | 1.22 | 5 | 2 | 3e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:59298 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 1 | closed | 2.01e+03 | games_video | games_video |
| 331 | CA | 37.4 | -122 | 94301 | c:19725 | Palo Alto | Codesion | 1 | 2002-01-01 | 2007-09-01 | 2010-07-01 | 5.67 | 8.5 | 6.75 | 8.09 | 4 | 3 | 1.4e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:19725 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2e+03 | software | software | |
| 652 | CA | 37.8 | -122 | 94110 | c:3770 | San Francisco | Xoopit | 1 | 2004-01-01 | 2006-12-01 | 2008-04-02 | 2.92 | 4.25 | 2 | 7.17 | 4 | 2 | 6.5e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3770 | 0 | 0 | 1 | 0 | 0 | 0 | 7 | 1 | acquired | 2e+03 | web | web | |
| 83 | CA | 37.8 | -122 | 941017 | c:13127 | San Francisco | One Block Off the Grid (1BOG) | 1 | 2008-11-01 | 2010-02-11 | 2010-02-11 | 1.28 | 1.28 | 2.7 | 3.58 | 8 | 1 | 5e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:13127 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 947 | WA | 39.8 | -100 | 98104 | c:59187 | Seattle | Appature | 1 | 2007-01-01 | 2009-12-07 | 2012-07-13 | 2.93 | 5.53 | 3.92 | 6.2 | 6 | 2 | 9.6e+06 | 2 | WA | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:59187 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 427 | WA | 47.6 | -122 | 98005 | c:253 | Bellevue | Action Engine | 1 | 2000-02-01 | 2000-05-01 | 2007-07-01 | 0.247 | 7.42 | 3.92 | 10.9 | 9 | 5 | 5.82e+07 | 3 | WA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:253 | 0 | 0 | 1 | 1 | 1 | 1 | 1.4 | 1 | acquired | 2e+03 | mobile | mobile | |
| 93 | MA | 42.5 | -71.4 | 1720 | c:1350 | Acton | Blackwave | 1 | 2006-01-01 | 2006-12-01 | 2009-09-30 | 0.915 | 3.75 | 0.581 | 4.88 | 14 | 3 | 2.8e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1350 | 0 | 0 | 1 | 1 | 1 | 0 | 2.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 453 | TX | 33 | -96.8 | 75244 | c:26240 | Dallas | SoftLayer | 1 | 2005-01-01 | 2009-09-30 | 2010-03-25 | 4.75 | 5.23 | 5.85 | 7.76 | 10 | 2 | 3e+07 | 3 | TX | 0 | 0 | 0 | 1 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:26240 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2e+03 | other_category | other_category | |
| 614 | CA | 34 | -118 | 94301 | c:3487 | Palo Alto | Mytopia | 1 | 2007-01-01 | 2008-01-01 | 2009-03-01 | 1 | 2.16 | 4.36 | 5.33 | 10 | 2 | 3.5e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:3487 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | acquired | 2.01e+03 | games_video | games_video | |
| 874 | CA | 37.4 | -122 | 94085 | c:51890 | Sunnyvale | BARRX Medical | 1 | 2003-01-01 | 2010-07-14 | 2010-07-14 | 7.54 | 7.54 | 7.01 | 7.01 | 6 | 1 | 1.5e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | medical | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:51890 | 0 | 0 | 0 | 0 | 0 | 1 | 6 | 1 | acquired | 2e+03 | other_category | other_category | |
| 131 | OH | 41.7 | -83.5 | 43607 | c:148284 | Toledo | Classiphix | 0 | 2009-09-19 | 2013-05-01 | 2011-01-01 | 2011-01-01 | 1.28 | 1.28 | 0 | 0 | 1 | 1 | 1.5e+04 | 1 | OH | 0 | 0 | 0 | 0 | 1 | ecommerce | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | c:148284 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | ecommerce | ecommerce |
| 663 | WA | 47.6 | -122 | 98101 | c:38095 | Seattle | StartupDigest | 1 | 2009-11-16 | 2011-03-09 | 2011-03-09 | 1.31 | 1.31 | 1.31 | 2.88 | 11 | 1 | 2e+05 | 3 | WA | 0 | 0 | 0 | 0 | 1 | news | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:38095 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | other_category | other_category | |
| 711 | CA | 37.8 | -122 | 94111 | c:41006 | San Francisco | Cohuman | 1 | 2009-10-09 | 2009-09-09 | 2011-01-01 | -0.0822 | 1.23 | 0.315 | 1.3 | 4 | 2 | 1.4e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:41006 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 0 | acquired | 2.01e+03 | enterprise | other_category | |
| 488 | NY | 40.7 | -74 | 10038 | c:27938 | New York | Correlix | 0 | 2006-01-01 | 2013-05-01 | 2005-02-19 | 2012-02-14 | -0.866 | 6.12 | 5 | 5 | 5 | 4 | 1.14e+07 | 1 | NY | 0 | 1 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:27938 | 1 | 0 | 0 | 1 | 0 | 0 | 3 | 1 | closed | 2.01e+03 | enterprise | other_category |
| 932 | TX | 30.3 | -97.7 | 78701 | c:5801 | Austin | OtherInbox | 1 | 2008-01-01 | 2008-01-01 | 2010-09-20 | 0 | 2.72 | 1 | 5.95 | 4 | 4 | 3.8e+06 | 4 | TX | 0 | 0 | 0 | 1 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:5801 | 0 | 1 | 1 | 0 | 0 | 0 | 4.75 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 283 | CA | 37.6 | -122 | 94404 | c:17738 | San Mateo | M-Factor | 1 | 2003-01-01 | 2007-06-14 | 2009-02-10 | 4.45 | 6.12 | 6.59 | 6.59 | 3 | 2 | 1.01e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:17738 | 1 | 0 | 0 | 0 | 1 | 0 | 3 | 1 | acquired | 2e+03 | software | software | |
| 376 | CA | 37.6 | -122 | 94403 | c:22726 | San Mateo | Servo Software | 1 | 2008-01-01 | 2009-12-15 | 2009-12-15 | 1.96 | 1.96 | 1.96 | 2 | 11 | 1 | 3.01e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:22726 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | software | software | |
| 754 | CA | 37.6 | -122 | 94402 | c:43458 | San Mateo | Levanta | 0 | 1998-01-01 | 2008-05-09 | 2007-09-23 | 2007-09-23 | 9.73 | 9.73 | 6 | 6 | 2 | 1 | 8e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:43458 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | closed | 2e+03 | software | software |
| 322 | CA | 37.6 | -122 | 94401 | c:195233 | San Mateo | EdgeSpring | 1 | 2010-07-01 | 2010-07-01 | 2013-05-17 | 0 | 2.88 | 2.34 | 2.34 | 15 | 2 | 1.27e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:195233 | 0 | 0 | 1 | 0 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 976 | CA | 33.8 | -118 | 90501 | c:6219 | Torrance | DotSpots | 0 | 2007-09-01 | 2012-04-15 | 2007-09-01 | 2007-09-01 | 0 | 0 | 0.334 | 3.22 | 5 | 1 | 3e+05 | 4 | CA | 1 | 0 | 0 | 0 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:6219 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | closed | 2.01e+03 | other_category | other_category |
| 346 | CA | 33.6 | -112 | 90291 | c:20672 | Santa Monica | Republic Project | 1 | 2008-08-01 | 2012-09-01 | 2012-09-01 | 4.09 | 4.09 | 4.67 | 5.19 | 13 | 1 | 1e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:20672 | 0 | 1 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 781 | CT | 39.4 | -84.2 | 6880 | c:44616 | Westport | Yamisee | 0 | 2010-01-01 | 2013-07-01 | 2010-03-24 | 2010-12-15 | 0.225 | 0.953 | 0.581 | 1.07 | 2 | 2 | 7e+05 | 2 | CT | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:44616 | 0 | 1 | 0 | 0 | 0 | 0 | 2.5 | 0 | closed | 2.01e+03 | web | web |
| 969 | WA | 47.6 | -122 | 98109 | c:60580 | Seattle | Thinkfuse | 1 | 2010-08-01 | 2010-11-01 | 2011-03-24 | 0.252 | 0.644 | 1.27 | 1.75 | 6 | 2 | 5.32e+05 | 2 | WA | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:60580 | 0 | 1 | 0 | 0 | 0 | 0 | 5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 37 | CA | 37.4 | -122 | 94301 | c:1111 | Palo Alto | EchoSign | 1 | 2005-07-15 | 2005-10-01 | 2007-10-01 | 0.214 | 2.21 | 4.63 | 5.55 | 8 | 2 | 8.5e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1111 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | acquired | 2e+03 | web | web | |
| 519 | WA | 47.6 | -122 | 98104 | c:2955 | Seattle | PI Corporation | 1 | 2003-01-01 | 2006-07-27 | 2006-07-27 | 3.57 | 3.57 | 5.88 | 9.38 | 2 | 1 | 9.4e+06 | 3 | WA | 0 | 0 | 0 | 0 | 1 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:2955 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | acquired | 2e+03 | other_category | other_category | |
| 133 | RI | 41.8 | -71.4 | 2903 | c:148566 | Providence | MoveableCode, Inc. | 0 | 2010-01-01 | 2012-01-14 | 2009-01-01 | 2012-04-01 | -1 | 2.25 | 1.75 | 1.75 | 3 | 2 | 3.5e+05 | 1 | RI | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:148566 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | mobile | mobile |
| 1.02e+03 | NY | 40.6 | -73.9 | 10013 | c:703 | New York | Daylife | 1 | 2006-04-01 | 2007-06-01 | 2009-06-16 | 1.17 | 3.21 | 0.753 | 2.81 | 16 | 2 | 1.23e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:703 | 0 | 0 | 0 | 1 | 1 | 0 | 1.5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 676 | MA | 42.6 | -71.4 | 1824 | c:38721 | Chelmsford | Desktone | 1 | 2006-01-01 | 2007-07-30 | 2011-12-16 | 1.58 | 5.96 | 4.42 | 4.42 | 6 | 5 | 2.54e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | network_hosting | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:38721 | 1 | 0 | 1 | 1 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 1.07e+03 | CA | 37.8 | -122 | 94105 | c:79431 | San Francisco | Pulse | 1 | 2010-05-01 | 2010-10-06 | 2011-06-16 | 0.433 | 1.13 | 2.69 | 3.54 | 23 | 2 | 9.8e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | news | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:79431 | 0 | 1 | 1 | 0 | 0 | 0 | 4.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 857 | CA | 37.8 | -122 | 94107 | c:50449 | San Francisco | Opzi | 0 | 2010-05-01 | 2013-07-01 | 2010-01-01 | 2010-09-01 | -0.329 | 0.337 | 0.408 | 0.871 | 5 | 2 | 1.02e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:50449 | 0 | 1 | 0 | 0 | 0 | 0 | 5 | 1 | closed | 2.01e+03 | games_video | games_video |
| 975 | CO | 40 | -105 | 80302 | c:61783 | Boulder | Standing Cloud | 1 | 2009-01-01 | 2009-01-01 | 2012-06-21 | 0 | 3.47 | 0 | 1.91 | 4 | 5 | 1e+07 | 2 | CO | 0 | 0 | 0 | 0 | 1 | enterprise | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | c:61783 | 1 | 0 | 1 | 1 | 0 | 0 | 1.5 | 1 | acquired | 2.01e+03 | enterprise | other_category | |
| 9 | IL | 41.9 | -87.7 | 60647 | c:10199 | Chicago | Where I've Been | 1 | 2007-06-08 | 2008-03-15 | 2010-04-15 | 0.77 | 2.85 | -0.433 | 2.85 | 3 | 2 | 1.75e+06 | 2 | IL | 0 | 0 | 0 | 0 | 1 | travel | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:10199 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 648 | CA | 37.8 | -122 | 94103 | c:37304 | San Francisco | HipChat | 1 | 2009-09-01 | 2010-08-10 | 2010-08-10 | 0.94 | 0.94 | 1.5 | 3.82 | 4 | 1 | 1e+05 | 2 | CA | 1 | 0 | 0 | 0 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:37304 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 294 | CA | 37.4 | -122 | 94301 | c:179507 | Palo Alto | ScaleIO | 1 | 2011-01-01 | 2012-12-04 | 2012-12-04 | 1.93 | 1.93 | 1.67 | 2.47 | 1 | 1 | 1.2e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:179507 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | software | software | |
| 907 | NY | 40.7 | -74 | 10010 | c:55122 | New York | GroupMe | 1 | 2010-05-01 | 2010-08-25 | 2011-01-04 | 0.318 | 0.679 | 0.794 | 2.85 | 16 | 2 | 1.14e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | messaging | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:55122 | 0 | 1 | 0 | 1 | 0 | 0 | 8.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 189 | CA | 37.4 | -122 | 95054 | c:16134 | Santa Clara | Kickfire | 0 | 2006-01-01 | 2010-06-17 | 2008-07-31 | 2008-07-31 | 2.58 | 2.58 | 3 | 4.61 | 4 | 1 | 2e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16134 | 0 | 0 | 0 | 1 | 0 | 0 | 4 | 1 | closed | 2.01e+03 | software | software |
| 622 | TX | 30.3 | -97.8 | 78746 | c:35511 | Austin | LifeSize, a Division of Logitech | 1 | 2003-01-01 | 2005-12-19 | 2006-09-18 | 2.97 | 3.72 | 6.97 | 8.33 | 16 | 2 | 4.25e+07 | 3 | TX | 0 | 0 | 0 | 1 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:35511 | 0 | 0 | 0 | 0 | 1 | 1 | 5.5 | 1 | acquired | 2e+03 | other_category | other_category | |
| 528 | CA | 33.9 | -118 | CA 90245 | c:30152 | El Segundo, | CHiL Semiconductor | 1 | 2006-01-01 | 2006-01-01 | 2008-05-07 | 0 | 2.35 | 0 | 5.16 | 7 | 3 | 2.25e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:30152 | 1 | 0 | 0 | 1 | 1 | 0 | 2.33 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 435 | NJ | 40.7 | -75 | 8827 | c:25510 | Hampton | Enpirion | 1 | 2001-01-01 | 2004-12-21 | 2011-03-31 | 3.97 | 10.2 | 3 | 3 | 8 | 4 | 5.9e+07 | 1 | NJ | 0 | 0 | 0 | 0 | 1 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:25510 | 0 | 0 | 0 | 1 | 1 | 0 | 6 | 1 | acquired | 2e+03 | other_category | other_category | |
| 594 | ID | 43.5 | -112 | 83402 | c:33519 | Idaho Falls | RFinity | 0 | 2008-10-01 | 2013-06-01 | 2011-02-01 | 2011-02-01 | 2.34 | 2.34 | 0.581 | 2.37 | 5 | 1 | 4e+06 | 4 | ID | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:33519 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | mobile | mobile |
| 730 | CA | 32.9 | -117 | 92121 | c:42223 | San Diego | ecoATM | 1 | 2008-08-02 | 2010-02-17 | 2013-02-06 | 1.55 | 4.52 | 1.66 | 4.92 | 6 | 4 | 7.14e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:42223 | 1 | 0 | 1 | 0 | 0 | 0 | 2.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 734 | CA | 37.8 | -122 | 94103 | c:42497 | San Francisco | Adura Technologies | 1 | 2008-01-01 | 2008-10-16 | 2012-04-26 | 0.792 | 4.32 | 3.98 | 3.98 | 5 | 3 | 2.55e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:42497 | 0 | 0 | 1 | 1 | 0 | 0 | 2.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 147 | CA | 39.8 | -100 | 94040-2573 | c:15123 | Mountain View | Rhythm NewMedia | 1 | 2005-01-01 | 2010-11-10 | 2012-09-11 | 5.86 | 7.7 | 5.86 | 7.67 | 28 | 4 | 2.89e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:15123 | 1 | 0 | 0 | 0 | 1 | 0 | 2.67 | 1 | acquired | 2e+03 | advertising | advertising | |
| 397 | CA | 37.8 | -122 | 94105 | c:23588 | San Francisco | Topsy Labs | 1 | 2007-01-15 | 2008-01-01 | 2012-10-01 | 0.962 | 5.72 | 6.04 | 6.88 | 18 | 6 | 3.52e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:23588 | 1 | 0 | 1 | 1 | 1 | 0 | 2.33 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 667 | MA | 42.5 | -71.2 | 1803 | c:38273 | Burlington | Digit Wireless | 0 | 2000-01-01 | 2012-01-01 | 2005-03-14 | 2008-02-11 | 5.2 | 8.12 | 8.01 | 8.01 | 2 | 2 | 1e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | public_relations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:38273 | 1 | 0 | 0 | 0 | 1 | 0 | 2.5 | 1 | closed | 2e+03 | other_category | other_category |
| 143 | CA | 37.4 | -122 | 94025 | c:15018 | Menlo Park | Silver Tail Systems | 1 | 2008-01-08 | 2008-09-26 | 2011-09-22 | 0.718 | 3.71 | 0.537 | 3.63 | 11 | 3 | 2.21e+07 | 4 | CA | 1 | 0 | 0 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:15018 | 1 | 0 | 1 | 1 | 0 | 0 | 2.67 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 649 | MA | 42.5 | -71.4 | 1720 | c:37335 | Acton | Tatara Systems | 1 | 2001-01-01 | 2004-01-20 | 2010-06-22 | 3.05 | 9.48 | 1 | 1 | 4 | 5 | 3.3e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:37335 | 1 | 0 | 0 | 1 | 1 | 1 | 2 | 1 | acquired | 2e+03 | mobile | mobile | |
| 558 | CA | 37.4 | -122 | 94303 | c:31559 | Mountain View | Reliant Technologies | 1 | 2001-01-01 | 2007-04-19 | 2007-04-19 | 6.3 | 6.3 | 6 | 6 | 9 | 1 | 1.5e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:31559 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | acquired | 2e+03 | biotech | other_category | |
| 1.14e+03 | CA | 37.3 | -122 | 95008 | c:9665 | Campbell | Atrua Technologies | 1 | 2000-01-01 | 2006-12-07 | 2009-02-25 | 6.94 | 9.16 | 6.01 | 6.01 | 6 | 3 | 1.3e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:9665 | 0 | 0 | 0 | 0 | 0 | 1 | 3 | 1 | acquired | 2e+03 | mobile | mobile | |
| 302 | CA | 37.3 | -122 | 95008 | c:18163 | Campbell | Casabi | 1 | 2004-01-01 | 2005-12-19 | 2007-03-12 | 1.97 | 3.19 | 2.25 | 2.25 | 5 | 2 | 1.28e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:18163 | 0 | 0 | 1 | 1 | 0 | 0 | 2.5 | 1 | acquired | 2e+03 | mobile | mobile | |
| 114 | NY | 40.7 | -74 | 10011 | c:14345 | New York | Peek & Co | 0 | 2007-11-01 | 2013-02-22 | 2008-01-01 | 2011-08-12 | 0.167 | 3.78 | 3.84 | 6.12 | 6 | 2 | 6.26e+05 | 3 | NY | 0 | 1 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:14345 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | closed | 2.01e+03 | mobile | mobile |
| 591 | MA | 42.4 | -71.1 | 2139 | c:33416 | Cambridge | Bluefin Labs | 1 | 2008-06-01 | 2008-04-01 | 2012-01-24 | -0.167 | 3.65 | 4.15 | 4.68 | 12 | 4 | 2.04e+07 | 3 | MA | 0 | 0 | 1 | 0 | 0 | analytics | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:33416 | 0 | 1 | 1 | 1 | 0 | 0 | 3.75 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 701 | CA | 37.4 | -122 | 95134 | c:40147 | San Jose | C2 Microsystems | 0 | 2004-01-01 | 2012-11-05 | 2009-10-12 | 2009-10-12 | 5.78 | 5.78 | 2 | 2 | 1 | 1 | 1e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:40147 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | closed | 2e+03 | other_category | other_category |
| 978 | CA | 37.4 | -122 | 94301 | c:62269 | Palo Alto | GoPollGo | 1 | 2011-01-01 | 2011-07-27 | 2011-07-27 | 0.567 | 0.567 | 0.567 | 2.35 | 5 | 1 | 4.25e+05 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:62269 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | web | web | |
| 201 | CA | 36 | -115 | 95066 | c:16273 | Scotts Valley | Multigig | 1 | 2003-01-01 | 2008-05-12 | 2010-12-22 | 5.36 | 7.98 | 5.25 | 5.25 | 5 | 3 | 3.79e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | semiconductor | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:16273 | 1 | 0 | 0 | 1 | 1 | 0 | 3 | 1 | acquired | 2e+03 | other_category | other_category | |
| 665 | CA | 32.8 | -117 | 92037 | c:38196 | La Jolla | Ortiva Wireless | 1 | 2004-01-01 | 2005-02-01 | 2011-10-04 | 1.09 | 7.76 | 6.88 | 6.88 | 9 | 5 | 4e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:38196 | 1 | 0 | 1 | 1 | 1 | 0 | 4 | 1 | acquired | 2e+03 | mobile | mobile | |
| 897 | CA | 34 | -118 | 90245 | c:5411 | El Segundo | Sometrics | 1 | 2007-09-01 | 2008-05-14 | 2009-10-16 | 0.701 | 2.13 | 2.4 | 4.05 | 10 | 3 | 5.55e+06 | 4 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:5411 | 0 | 0 | 1 | 1 | 0 | 0 | 3 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 899 | CA | 37.8 | -122 | 94107 | c:54465 | San Francisco | Kima Labs | 1 | 2010-01-01 | 2010-08-01 | 2010-08-01 | 0.581 | 0.581 | 0 | 2.13 | 3 | 1 | 7.7e+05 | 3 | CA | 1 | 0 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:54465 | 0 | 1 | 0 | 0 | 0 | 0 | 6 | 1 | acquired | 2.01e+03 | mobile | mobile | |
| 15 | CA | 40.7 | -74 | 94111 | c:1042 | San Francisco | Whiskey Media | 1 | 2007-10-01 | 2009-03-24 | 2009-12-31 | 1.48 | 2.25 | 2.25 | 2.25 | 6 | 2 | 4e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1042 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | web | web | |
| 270 | VA | 38.9 | -77.2 | 22102 | c:1756 | McLean | Jobfox | 1 | 2004-03-01 | 2005-04-01 | 2009-12-24 | 1.08 | 5.82 | 6.35 | 9.44 | 14 | 4 | 4.2e+07 | 4 | VA | 0 | 0 | 0 | 0 | 1 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1756 | 0 | 0 | 1 | 1 | 1 | 0 | 2.33 | 1 | acquired | 2e+03 | web | web | |
| 679 | CA | 33.6 | -118 | 92656 | c:39101 | Aliso Viejo | Gaikai | 1 | 2008-11-01 | 2010-01-05 | 2011-07-20 | 1.18 | 2.72 | 2.52 | 3.67 | 21 | 3 | 4.5e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:39101 | 0 | 0 | 1 | 1 | 1 | 0 | 3.67 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 961 | CA | 37.8 | -122 | 94110 | c:60186 | San Francisco | Blue Buzz Network | 0 | 2006-01-01 | 2013-06-01 | 2010-07-13 | 2010-07-13 | 4.53 | 4.53 | 5.53 | 5.53 | 1 | 1 | 1.31e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | news | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:60186 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 1 | closed | 2.01e+03 | other_category | other_category |
| 1.04e+03 | OR | 45.5 | -123 | 97224 | c:74341 | Portland | Max-Viz | 1 | 2001-01-01 | 2008-01-01 | 2008-01-01 | 7 | 7 | 7.67 | 7.67 | 3 | 1 | 3e+06 | 1 | OR | 0 | 0 | 0 | 0 | 1 | hardware | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:74341 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 0 | acquired | 2e+03 | other_category | other_category | |
| 686 | CA | 37.5 | -122 | 94085 | c:3950 | Sunnyvale | Cotendo | 1 | 2008-01-01 | 2008-01-01 | 2011-06-15 | 0 | 3.45 | 2.02 | 3.98 | 9 | 4 | 3.6e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:3950 | 0 | 0 | 1 | 1 | 1 | 1 | 3 | 1 | acquired | 2.01e+03 | software | software | |
| 965 | CA | 37.4 | -122 | 94301-1705 | c:60457 | Palo Alto | Particle Code | 1 | 2010-05-01 | 2010-06-30 | 2010-06-30 | 0.164 | 0.164 | 1.48 | 1.48 | 3 | 1 | 3e+06 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:60457 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | acquired | 2.01e+03 | software | software | |
| 1.07e+03 | CA | 37.8 | -122 | 94103 | c:7748 | San Francisco | Flowgram | 0 | 2007-06-01 | 2008-06-11 | 2008-01-31 | 2008-01-31 | 0.668 | 0.668 | 0.797 | 5.28 | 1 | 1 | 1.3e+06 | 3 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:7748 | 0 | 1 | 0 | 0 | 0 | 0 | 8 | 1 | closed | 2.01e+03 | web | web |
| 628 | AR | 34.7 | -92.3 | 72201 | c:35903 | Little Rock | JavaJobs | 0 | 1997-01-01 | 2012-11-03 | 2006-10-01 | 2006-10-01 | 9.75 | 9.75 | 9.75 | 9.75 | 1 | 1 | 5e+04 | 1 | AR | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:35903 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | closed | 2e+03 | software | software |
| 1.03e+03 | NY | 40.7 | -74 | 10012 | c:714 | New York | Behance | 1 | 2006-02-01 | 2012-05-14 | 2012-05-14 | 6.28 | 6.28 | 5.75 | 7.31 | 15 | 1 | 6.5e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:714 | 0 | 0 | 1 | 0 | 0 | 0 | 8 | 1 | acquired | 2.01e+03 | web | web | |
| 1.12e+03 | MA | 42.4 | -71.1 | 2142 | c:90087 | Cambridge | Locu | 1 | 2011-01-01 | 2011-09-07 | 2012-04-23 | 0.682 | 1.31 | 0.329 | 2.59 | 5 | 2 | 4.6e+06 | 2 | MA | 0 | 0 | 1 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:90087 | 0 | 1 | 1 | 0 | 0 | 0 | 9 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 1.14e+03 | MA | 42.4 | -71.3 | 2451 | c:9373 | Waltham | dynaTrace software | 1 | 2005-01-01 | 2007-02-15 | 2011-01-07 | 2.12 | 6.02 | 2 | 6.51 | 5 | 3 | 2.19e+07 | 2 | MA | 0 | 0 | 1 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:9373 | 1 | 0 | 1 | 1 | 0 | 0 | 1.67 | 1 | acquired | 2e+03 | software | software | |
| 209 | NY | 40.7 | -74 | 10010 | c:16343 | New York | Socialbomb | 1 | 2008-06-05 | 2008-12-01 | 2008-12-01 | 0.49 | 0.49 | 1.18 | 1.18 | 6 | 1 | 2.4e+05 | 1 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:16343 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 99 | CA | 32.9 | -117 | 92130 | c:13734 | San Diego | Imagine Communications | 1 | 2005-01-01 | 2005-01-01 | 2010-04-20 | 0 | 5.3 | 5 | 5 | 17 | 4 | 3.47e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:13734 | 1 | 0 | 1 | 1 | 0 | 0 | 2.25 | 1 | acquired | 2e+03 | software | software | |
| 706 | IL | 41.8 | -88.1 | 60188 | c:4060 | Lisle | Univa UD | 1 | 2004-05-10 | 2005-08-01 | 2010-03-23 | 1.23 | 5.87 | 3.65 | 6.7 | 4 | 4 | 3.3e+07 | 2 | IL | 0 | 0 | 0 | 0 | 1 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:4060 | 1 | 0 | 1 | 1 | 1 | 0 | 5.33 | 1 | acquired | 2e+03 | software | software | |
| 936 | NY | 40.8 | -74 | 10013 | c:58420 | New York | Tutorspree | 0 | 2010-09-01 | 2013-09-08 | 2011-12-20 | 2013-02-18 | 1.3 | 2.47 | 0 | 2.47 | 3 | 2 | 1.8e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | education | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:58420 | 1 | 1 | 0 | 0 | 0 | 0 | 5 | 1 | closed | 2.01e+03 | other_category | other_category |
| 1.09e+03 | CO | 40 | -105 | 80302 | c:815 | Boulder | OneRiot | 1 | 2006-01-01 | 2006-01-01 | 2009-08-27 | 0 | 3.65 | 3.15 | 5.31 | 14 | 3 | 2.73e+07 | 4 | CO | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:815 | 0 | 0 | 1 | 1 | 1 | 0 | 3 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 726 | CA | 37.4 | -122 | 94303 | c:42112 | Palo Alto | Moonshoot | 0 | 2007-01-01 | 2012-02-01 | 2010-02-18 | 2012-04-01 | 3.13 | 5.25 | 3.13 | 3.54 | 6 | 2 | 6.76e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:42112 | 1 | 0 | 0 | 0 | 0 | 0 | 1.5 | 1 | closed | 2.01e+03 | web | web |
| 191 | CA | 37.3 | -122 | 95014 | c:16178 | Cupertino | ArcSight | 1 | 2000-01-01 | 2000-01-01 | 2006-06-30 | 0 | 6.5 | 0.337 | 10 | 24 | 3 | 2.69e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:16178 | 0 | 0 | 1 | 1 | 1 | 0 | 6 | 1 | acquired | 2e+03 | software | software | |
| 347 | CA | 37.6 | -122 | 94410 | c:208 | San Mateo | Oodle | 1 | 2004-01-01 | 2006-05-01 | 2010-09-03 | 2.33 | 6.68 | 6.96 | 8.93 | 17 | 4 | 2.31e+07 | 3 | CA | 1 | 0 | 0 | 0 | 0 | social | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:208 | 1 | 0 | 1 | 1 | 1 | 0 | 2 | 1 | acquired | 2e+03 | other_category | other_category | |
| 28 | CA | 37.8 | -122 | 94103 | c:1078 | San Francisco | The Climate Corporation | 1 | 2006-01-01 | 2007-01-01 | 2012-06-14 | 1 | 6.45 | 6.53 | 7.01 | 28 | 4 | 1.09e+08 | 2 | CA | 1 | 0 | 0 | 0 | 0 | cleantech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:1078 | 0 | 0 | 1 | 1 | 1 | 0 | 7.5 | 1 | acquired | 2.01e+03 | other_category | other_category | |
| 181 | CA | 37.4 | -122 | 94041 | c:1600 | Mountain View | Kosmix | 1 | 2005-01-01 | 2005-11-01 | 2008-12-08 | 0.833 | 3.94 | 3.48 | 7.67 | 26 | 4 | 5.5e+07 | 5 | CA | 1 | 0 | 0 | 0 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:1600 | 0 | 0 | 1 | 1 | 1 | 1 | 2.75 | 1 | acquired | 2e+03 | web | web | |
| 53 | NY | 40.7 | -74 | 10003 | c:12071 | New York | Xtify Inc. | 1 | 2009-04-01 | 2010-05-01 | 2012-02-07 | 1.08 | 2.85 | 1.61 | 4.51 | 9 | 2 | 5.69e+06 | 3 | NY | 0 | 1 | 0 | 0 | 0 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:12071 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | acquired | 2.01e+03 | mobile | mobile | |
| 414 | CA | 37.7 | -122 | 94080 | c:24681 | South San Francisco | Limerick BioPharma | 0 | 2004-01-01 | 2013-06-01 | 2008-06-11 | 2012-01-30 | 4.45 | 8.08 | 6.59 | 6.59 | 4 | 6 | 4.9e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:24681 | 1 | 0 | 1 | 0 | 1 | 0 | 3 | 1 | closed | 2e+03 | biotech | other_category |
| 157 | TX | 29.7 | -95.4 | 77027 | c:15509 | Houston | Rudder | 0 | 2006-10-01 | 2010-11-05 | 2008-01-15 | 2008-01-15 | 1.29 | 1.29 | 7.12 | 7.12 | 3 | 1 | 2e+06 | 1 | TX | 0 | 0 | 0 | 1 | 0 | web | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:15509 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | closed | 2.01e+03 | web | web |
| 879 | NY | 40.8 | -74 | 10001 | c:52378 | New York | Panvidea | 1 | 2007-01-01 | 2010-03-19 | 2010-03-19 | 3.21 | 3.21 | 3 | 4.62 | 5 | 1 | 2.7e+06 | 2 | NY | 0 | 1 | 0 | 0 | 0 | games_video | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | c:52378 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | acquired | 2.01e+03 | games_video | games_video | |
| 228 | WI | 43.1 | -89.5 | 53562 | c:167 | Middleton | Sway | 0 | 2004-12-03 | 2012-12-02 | 2010-01-19 | 2010-01-19 | 5.13 | 5.13 | 3.16 | 8.51 | 6 | 1 | 2e+06 | 2 | WI | 0 | 0 | 0 | 0 | 1 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:167 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | closed | 2e+03 | advertising | advertising |
| 284 | NY | 40.7 | -74 | 10018 | c:17758 | New York | TRAFFIQ | 1 | 2006-09-06 | 2006-09-06 | 2010-08-10 | 0 | 3.93 | 2.92 | 5.73 | 16 | 3 | 1.8e+07 | 3 | NY | 0 | 1 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:17758 | 1 | 0 | 1 | 1 | 0 | 0 | 2.33 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 1.1e+03 | WA | 47.8 | -122 | 98021 | c:8339 | Bothell | Dexterra | 1 | 2000-01-01 | 2005-08-17 | 2008-10-02 | 5.63 | 8.76 | 8.5 | 8.76 | 9 | 5 | 1.22e+08 | 2 | WA | 0 | 0 | 0 | 0 | 1 | mobile | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:8339 | 1 | 0 | 0 | 0 | 1 | 1 | 5.6 | 1 | acquired | 2e+03 | mobile | mobile | |
| 352 | CA | 37.7 | -122 | 94107 | c:21343 | San Francisco | CoTweet | 1 | 2009-01-01 | 2009-07-09 | 2009-07-09 | 0.518 | 0.518 | 0.581 | 4.53 | 9 | 1 | 1.1e+06 | 2 | CA | 1 | 0 | 0 | 0 | 0 | advertising | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | c:21343 | 0 | 0 | 1 | 0 | 0 | 0 | 6 | 1 | acquired | 2.01e+03 | advertising | advertising | |
| 721 | MA | 42.5 | -71.2 | 1803 | c:41747 | Burlington | Reef Point Systems | 0 | 1998-01-01 | 2008-06-25 | 2005-04-01 | 2007-03-23 | 7.25 | 9.23 | 6 | 6 | 1 | 3 | 5.2e+07 | 1 | MA | 0 | 0 | 1 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:41747 | 1 | 0 | 0 | 1 | 0 | 0 | 2.67 | 1 | closed | 2e+03 | other_category | other_category |
| 557 | CA | 37.4 | -122 | 94089 | c:31549 | Sunnyvale | Paracor Medical | 0 | 1999-01-01 | 2012-06-17 | 2007-06-29 | 2007-06-29 | 8.5 | 8.5 | 9.01 | 9.01 | 5 | 1 | 4.4e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | biotech | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | c:31549 | 0 | 0 | 0 | 0 | 0 | 1 | 8 | 1 | closed | 2e+03 | biotech | other_category |
| 589 | CA | 37.6 | -122 | 94404 | c:33198 | San Francisco | Causata | 1 | 2009-01-01 | 2009-10-05 | 2011-11-01 | 0.759 | 2.83 | 0.759 | 3.84 | 12 | 2 | 1.55e+07 | 2 | CA | 1 | 0 | 0 | 0 | 0 | software | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | c:33198 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | acquired | 2.01e+03 | software | software | |
| 462 | CA | 37.4 | -122 | 95054 | c:26702 | Santa Clara | Asempra Technologies | 1 | 2003-01-01 | 2006-02-13 | 2006-02-13 | 3.12 | 3.12 | 4 | 4 | 4 | 1 | 2e+07 | 1 | CA | 1 | 0 | 0 | 0 | 0 | security | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | c:26702 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | 1 | acquired | 2e+03 | other_category | other_category |
# find the average age for the first milestones for successful and unsuccessful companies
means_first_milestone <- startup_data %>%
group_by(status) %>%
summarise(means = mean(age_first_milestone_year, na.rm = TRUE))## `summarise()` ungrouping output (override with `.groups` argument)
# extract the values
means_first_milestone_acquired <- means_first_milestone$means[1]
means_first_milestone_closed <- means_first_milestone$means[2]
# find the average age for the last milestones for successful and unsuccessful companies
means_last_milestone <- startup_data %>%
group_by(status) %>%
summarise(means = mean(age_last_milestone_year, na.rm = TRUE))## `summarise()` ungrouping output (override with `.groups` argument)
# extract the values
means_last_milestone_acquired <- means_last_milestone$means[1]
means_last_milestone_closed <- means_last_milestone$means[2]
# define categories names for plots (do at beginning @Rick ?)
categories_names <- c("Advertising", "E-Commerce", "Games & Video", "Mobile", "Other", "Software", "Web")
names(categories_names) <- c("advertising", "ecommerce", "games_video", "mobile", "other", "software", "web")# create plot for first milestones
plot_time1 <- startup_data %>%
filter(category2 != "other_category") %>%
ggplot(aes(x = age_first_milestone_year, fill = status)) +
geom_density(alpha = 0.5, color = "grey") +
geom_vline(aes(xintercept = means_first_milestone_acquired),
color = "#4aaec0", linetype = "dotted", size = 0.5) +
geom_vline(aes(xintercept = means_first_milestone_closed),
color = "#ff5828", linetype = "dotted", size = 0.5) +
facet_wrap(~category2, ncol = 2, scales = "free_y", labeller = labeller(category2 = categories_names)) +
scale_x_continuous(limits = c(-2, 10)) +
scale_color_manual(values = c("#4aaec0", "#ff5828")) +
scale_fill_manual(values = c("#4aaec0", "#ff5828"), name = "Status", labels = c("Aquired (mean age 3.52)", "Closed (mean age 2.57)")) +
theme_minimal() +
labs(title = "Successful start-ups reach their first milestones later in most industries",
subtitle = "Distribution of age when reaching first milestone",
y = "",
x = "Age of start-ups when reaching their first milestones") +
NULL
plot_time1## Warning: Removed 9 rows containing non-finite values (stat_density).
# create plot for last milestones (not in presentation)
plot_time2 <- startup_data %>%
filter(category2 != "other_category") %>%
ggplot(aes(x = age_last_milestone_year, fill = status), legend.position=FALSE) +
geom_density(alpha = 0.5, color = "grey") +
geom_vline(aes(xintercept = means_last_milestone_acquired),
color = "#4aaec0", linetype = "dotted", size = 0.5) +
geom_vline(aes(xintercept = means_last_milestone_closed),
color = "#ff5828", linetype = "dotted", size = 0.5) +
facet_wrap(~category2, ncol = 2, scales = "free_y", labeller = labeller(category2 = categories_names)) +
scale_x_continuous(limits = c(-2, 15)) +
scale_color_manual(values = c("#4aaec0", "#ff5828")) +
scale_fill_manual(values = c("#4aaec0", "#ff5828"), name = "Status", labels = c("Aquired (mean age 5.38)", "Closed (mean age 3.58)")) +
theme_minimal() +
labs(title = "Successful start-ups reach their last milestones later in most industries",
subtitle = "Distribution of age when reaching first milestone",
y = "",
x = "Age of start-ups when reaching last milestones") +
NULL
plot_time2## Warning: Removed 1 rows containing non-finite values (stat_density).
From the graphs it looks like that for most categories, companies that were closed reached their first milestone before those that were acquired. The only exception is the software category. We conduct a t-test to understand the following question: Do successful start-ups reach their first milestone earlier than unsuccessful ones?
# boxplot to visualise
milestone_plot <- ggplot(startup_data, aes(y = status, x = (age_first_milestone_year))) +
geom_boxplot(aes(color = status), width = 0.3, show.legend = FALSE) +
geom_jitter(aes(color = status), alpha = 0.5, show.legend = FALSE, position = position_jitter(width = 0.2, seed = 0)) +
scale_color_manual(values = c("#4aaec0", "#ff5828")) +
theme_minimal() +
labs(title = "Which start-ups reach their first milestone first?",
subtitle = "Age of start-ups when reaching their first milestones",
y = "Status",
x = "Age of first milestone")
milestone_plot# conduct the t-test
test_ms_first <- t.test(age_first_milestone_year ~ status,
data = startup_data)
test_ms_first##
## Welch Two Sample t-test
##
## data: age_first_milestone_year by status
## t = 3.7467, df = 308.84, p-value = 0.0002138
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
## 0.4490103 1.4422713
## sample estimates:
## mean in group acquired mean in group closed
## 3.515040 2.569399
test_ms_first_tidy <- tidy(test_ms_first) %>%
# calculate the difference in means
mutate(estimate = estimate1 - estimate2) %>%
# rearrange columns
select(starts_with("estimate"), everything())
test_ms_first_tidy| estimate | estimate1 | estimate2 | statistic | p.value | parameter | conf.low | conf.high | method | alternative |
|---|---|---|---|---|---|---|---|---|---|
| 0.946 | 3.52 | 2.57 | 3.75 | 0.000214 | 309 | 0.449 | 1.44 | Welch Two Sample t-test | two.sided |
# conduct the t-test
test_ms_last <- t.test(age_last_milestone_year ~ status,
data = startup_data)
test_ms_last##
## Welch Two Sample t-test
##
## data: age_last_milestone_year by status
## t = 6.6406, df = 315.69, p-value = 1.365e-10
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
## 1.270540 2.340403
## sample estimates:
## mean in group acquired mean in group closed
## 5.384223 3.578751
test_ms_last_tidy <- tidy(test_ms_last) %>%
# calculate the difference in means
mutate(estimate = estimate1 - estimate2) %>%
# Rrarrange columns
select(starts_with("estimate"), everything())
test_ms_last_tidy| estimate | estimate1 | estimate2 | statistic | p.value | parameter | conf.low | conf.high | method | alternative |
|---|---|---|---|---|---|---|---|---|---|
| 1.81 | 5.38 | 3.58 | 6.64 | 1.37e-10 | 316 | 1.27 | 2.34 | Welch Two Sample t-test | two.sided |
The test shows that there is a significant difference for the first funding year between successful and unsuccessful start-ups. We can reject the null hypothesis at the 2% level. The same confirms for reaching the last milestones
Hence, successful start-ups usually reach their first milestone later. Thus, for our start-up, we will aim not to rush reaching our first milestone and will take its time.
So, when do we have to reach our first milestone? On average we should reach our first milestone after 3.362
However, since we defined before that we would like to go into the mobile industry, we will look at the mean there as well for first and last mile stones:
ideal_category <- "mobile"
means_first_milestone_category <- startup_data %>%
filter(category2 == ideal_category) %>% # depending on which industry we want to go in
group_by(category2, status) %>%
summarise(means_category = mean(age_first_milestone_year, na.rm = TRUE),
sd_category = sd(age_first_milestone_year, na.rm = TRUE)) %>%
arrange(desc(means_category))## `summarise()` regrouping output by 'category2' (override with `.groups` argument)
## # A tibble: 2 x 4
## # Groups: category2 [1]
## category2 status means_category sd_category
## <chr> <chr> <dbl> <dbl>
## 1 mobile acquired 3.45 2.52
## 2 mobile closed 1.71 1.65
means_last_milestone_category <- startup_data %>%
filter(category2 == ideal_category) %>% # depending on which industry we want to go in
group_by(category2, status) %>%
summarise(means_category = mean(age_last_milestone_year, na.rm = TRUE),
sd_category = sd(age_last_milestone_year, na.rm = TRUE)) %>%
arrange(desc(means_category))## `summarise()` regrouping output by 'category2' (override with `.groups` argument)
## # A tibble: 2 x 4
## # Groups: category2 [1]
## category2 status means_category sd_category
## <chr> <chr> <dbl> <dbl>
## 1 mobile acquired 5.79 3.12
## 2 mobile closed 3.13 2.67
ideal_first_milestone_age <- means_first_milestone_category$means_category[1]
ideal_last_milestone_age <- means_last_milestone_category$means_category[1]
print(paste0("Target age for our first milestone: ", round(ideal_first_milestone_age, 2), " years"))## [1] "Target age for our first milestone: 3.45 years"
## [1] "Target age for our last milestone: 5.79 years"
After looking at the target age for milestones, we also look at the target age for different funding rounds.
# find the average age for the first funding for successful and unsuccessful companies
means_first_funding <- startup_data %>%
group_by(status) %>%
summarise(means = mean(age_first_funding_year, na.rm = TRUE))## `summarise()` ungrouping output (override with `.groups` argument)
# extract the values
means_first_funding_acquired <- means_first_funding$means[1]
means_first_funding_closed <- means_first_funding$means[2]
# find the average age for the last milestones for successful and unsuccessful companies
means_last_funding <- startup_data %>%
group_by(status) %>%
summarise(means = mean(age_last_funding_year, na.rm = TRUE))## `summarise()` ungrouping output (override with `.groups` argument)
# extract the values
means_last_funding_acquired <- means_last_funding$means[1]
means_last_funding_closed <- means_last_funding$means[2]# same thing as above
plot_time3 <- startup_data %>%
filter(category2 != "other_category") %>%
ggplot(aes(x = age_first_funding_year, fill = status)) +
geom_density(alpha = 0.5, color = "grey") +
geom_vline(aes(xintercept = means_first_funding_acquired),
color = "#4aaec0", linetype = "dotted", size = 0.5) +
geom_vline(aes(xintercept = means_first_funding_closed),
color = "#ff5828", linetype = "dotted", size = 0.5) +
facet_wrap(~category2, ncol = 2, scales = "free_y", labeller = labeller(category2 = categories_names)) +
scale_x_continuous(limits = c(-2, 10)) +
scale_color_manual(values = c("#4aaec0", "#ff5828")) +
scale_fill_manual(values = c("#4aaec0", "#ff5828"), name = "Status", labels = c("Aquired (mean age 2.00)", "Closed (mean age 2.21)")) +
theme_minimal() +
labs(title = "Successful start-ups reach their first funding later in most industries",
subtitle = "Age of start-ups when reaching their first funding",
y = "",
x = "Age when reaching first funding") +
NULL
plot_time3## Warning: Removed 2 rows containing non-finite values (stat_density).
# plot last funding age
plot_time4 <- startup_data %>%
filter(category2 != "other_category") %>%
ggplot(aes(x = age_last_funding_year,fill = status)) +
geom_density(alpha = 0.5, color = "grey") +
geom_vline(aes(xintercept = means_last_funding_acquired), #check this again please
color = "#4aaec0", linetype = "dotted", size = 0.5) +
geom_vline(aes(xintercept = means_last_funding_closed), #check this again please
color = "#ff5828", linetype = "dotted", size = 0.5) +
facet_wrap(~category2, ncol = 2, scales = "free_y", labeller = labeller(category2 = categories_names)) +
scale_x_continuous(limits = c(-2, 15)) +
scale_color_manual(values = c("#4aaec0", "#ff5828")) +
scale_fill_manual(values = c("#4aaec0", "#ff5828"), name = "Status", labels = c("Aquired (mean age 4.03)", "Closed (mean age 3.45)")) +
theme_minimal() +
labs(title = "Successful start-ups reach their last funding later in most industries",
subtitle = "Age of start-ups when reaching their last funding",
y = "",
x = "Age of last funding") +
NULL
plot_time4## Warning: Removed 1 rows containing non-finite values (stat_density).
##
## Welch Two Sample t-test
##
## data: age_first_funding_year by status
## t = -0.92373, df = 274.25, p-value = 0.3564
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
## -0.6499106 0.2347907
## sample estimates:
## mean in group acquired mean in group closed
## 2.006359 2.213919
test_fg_first_tidy <- tidy(test_fg_first) %>%
# Calculate difference in means, since t.test() doesn't actually do that
mutate(estimate = estimate1 - estimate2) %>%
# Rearrange columns
select(starts_with("estimate"), everything())
test_fg_first_tidy| estimate | estimate1 | estimate2 | statistic | p.value | parameter | conf.low | conf.high | method | alternative |
|---|---|---|---|---|---|---|---|---|---|
| -0.208 | 2.01 | 2.21 | -0.924 | 0.356 | 274 | -0.65 | 0.235 | Welch Two Sample t-test | two.sided |
##
## Welch Two Sample t-test
##
## data: age_last_funding_year by status
## t = 2.1632, df = 298.16, p-value = 0.03132
## alternative hypothesis: true difference in means is not equal to 0
## 95 percent confidence interval:
## 0.05168556 1.09350923
## sample estimates:
## mean in group acquired mean in group closed
## 4.031064 3.458466
test_fg_last_tidy <- tidy(test_fg_last) %>%
# Calculate difference in means, since t.test() doesn't actually do that
mutate(estimate = estimate1 - estimate2) %>%
# Rearrange columns
select(starts_with("estimate"), everything())
test_fg_last_tidy| estimate | estimate1 | estimate2 | statistic | p.value | parameter | conf.low | conf.high | method | alternative |
|---|---|---|---|---|---|---|---|---|---|
| 0.573 | 4.03 | 3.46 | 2.16 | 0.0313 | 298 | 0.0517 | 1.09 | Welch Two Sample t-test | two.sided |
However, at the 2%, there is no difference in age for the first funding between successful and unsuccessful start-ups. The same occurs for the last funding round age.
Based on this, we will just take the average funding
ideal_category <- "mobile"
means_first_funding_category <- startup_data %>%
filter(category2 == ideal_category) %>% # depending on which industry we want to go in
summarise(means_category = mean(age_first_funding_year, na.rm = TRUE),
sd_category = sd(age_first_funding_year, na.rm = TRUE)) %>%
arrange(desc(means_category))
means_first_funding_category| means_category | sd_category |
|---|---|
| 1.63 | 1.66 |
means_last_funding_category <- startup_data %>%
filter(category2 == ideal_category) %>% # depending on which industry we want to go in
summarise(means_category = mean(age_last_funding_year, na.rm = TRUE),
sd_category = sd(age_last_funding_year, na.rm = TRUE)) %>%
arrange(desc(means_category))
means_last_funding_category| means_category | sd_category |
|---|---|
| 3.96 | 2.7 |
ideal_first_funding_age <- means_first_funding_category$means_category[1]
ideal_last_funding_age <- means_last_funding_category$means_category[1]
print(paste0("Target age for our first funding: ", round(ideal_first_funding_age, 2), " years"))## [1] "Target age for our first funding: 1.63 years"
## [1] "Target age for our last funding: 3.96 years"
With all these insights gained, we will now create a basic overview for our milestones and funding rounds that we are aiming to reach with our start-up.
# create a new dataframe with the dates, assuming we will start our start-up today
date_founded_at <- today ()
date_first_funding <- today() + ideal_first_funding_age * 365
date_last_funding <- today() + ideal_last_funding_age * 365
date_first_milestone <- today() + ideal_first_milestone_age * 365
date_last_milestone <- today() + ideal_last_milestone_age * 365
milestone <- c("Foundation", "First funding", "Last funding", "First milestone", "Last milestone")
date <- c(date_founded_at, date_first_funding, date_last_funding, date_first_milestone, date_last_milestone)
category <- c("Foundation", "Funding", "Funding", "Milestone", "Milestone")
position <- c(0.05, 0.05, 0.05, 0.05, 0.05)
direction <- c(0.2, 0.2, 0.2, 0.2, 0.2)
start_up_timeline <- data.frame(milestone, date, category, position, direction)
start_up_timeline <- start_up_timeline %>%
mutate(month = month(date),
year = year(date))category_levels <- c("Foundation", "Funding", "Milestone")
category_colors <- c("#1f6e8c", "#ff5828", "#4aaec0")
start_up_timeline$category <- factor(start_up_timeline$category, levels = category_levels, ordered = TRUE)text_offset <- 0.05
start_up_timeline$month_count <- ave(start_up_timeline$date == start_up_timeline$date,
start_up_timeline$date,
FUN = cumsum)
start_up_timeline$text_position <- (start_up_timeline$month_count * text_offset * start_up_timeline$direction) + start_up_timeline$positionmonth_buffer <- 2
month_date_range <- seq(min(start_up_timeline$date) - months(month_buffer), max(start_up_timeline$date) + months(month_buffer), by = "month")
month_format <- format(month_date_range, "%b")
month_df <- data.frame(month_date_range, month_format)year_date_range <- seq(min(start_up_timeline$date) -
months(month_buffer), max(start_up_timeline$date) +
months(month_buffer), by = "year")
year_date_range <- as.Date(
intersect(
ceiling_date(year_date_range, unit = "year"),
floor_date(year_date_range, unit = "year")),
origin = "1970-01-01")
year_format <- format(year_date_range, '%Y')
year_df <- data.frame(year_date_range, year_format)# plotting the timeline
timeline_plot<-ggplot(start_up_timeline,
aes(x = date,y = 0, col = category, label = milestone)) +
scale_color_manual(values = category_colors, labels = category_levels, drop = FALSE) +
theme_classic() +
geom_hline(yintercept = 0, color = "black", size = 0.3) +
geom_segment(data = start_up_timeline[start_up_timeline$month_count == 1,],
aes(y = position,yend = 0, xend = date),
color='black', size=0.2) +
geom_point(aes(y = 0), size = 3) +
theme(axis.line.y = element_blank(),
axis.text.y = element_blank(),
axis.title.x = element_blank(),
axis.title.y = element_blank(),
axis.ticks.y = element_blank(),
axis.text.x = element_blank(),
axis.ticks.x = element_blank(),
axis.line.x = element_blank(),
legend.position = "bottom") +
geom_text(data = month_df,
aes(x = month_date_range, y = -0.01, label = month_format),
size = 2.5, vjust = 0.5, color = 'black', angle = 90) +
geom_text(data = year_df,
aes(x = year_date_range, y = -0.03, label = year_format, fontface = "bold"),
size = 4, color = 'black') +
geom_text(aes(y = text_position, label = milestone, fontface = "bold"),size = 2.5) +
labs(title = "When should we aim to reach our milestones and funding rounds?",
subtitle = "Timeline for our start-up",
col = "Milestones",
y = "",
x = "") +
NULL
timeline_plotmodel: Predict a startup’s future based on its current characteristics data modelling to select the features that might influence startups funding and outcomes. ### Logistic regression to predict status
# we select only the relevant variables
set.seed(1212)
train_test_split <- initial_split(startup_data_select, prop = 0.8) #training set contains 80% of the data
# Create the training and testing datasets
training <- training(train_test_split)
testing <- testing(train_test_split)just playing around with the model (will tune further if necessary)
status_logreg <- glm(status ~
avg_participants +
age_first_milestone_year +
age_last_milestone_year +
year_founded +
relationships +
funding_rounds +
log(funding_total_usd) +
is_mobile +
is_ca +
milestones, data = training, family = "binomial")
summary(status_logreg)##
## Call:
## glm(formula = status ~ avg_participants + age_first_milestone_year +
## age_last_milestone_year + year_founded + relationships +
## funding_rounds + log(funding_total_usd) + is_mobile + is_ca +
## milestones, family = "binomial", data = training)
##
## Deviance Residuals:
## Min 1Q Median 3Q Max
## -3.3437 -0.8400 0.5005 0.8073 1.6383
##
## Coefficients:
## Estimate Std. Error z value Pr(>|z|)
## (Intercept) -221.42859 104.43903 -2.120 0.03399 *
## avg_participants 0.10099 0.06008 1.681 0.09278 .
## age_first_milestone_year -0.15523 0.09269 -1.675 0.09398 .
## age_last_milestone_year 0.27542 0.09218 2.988 0.00281 **
## year_founded 0.10817 0.05179 2.089 0.03674 *
## relationships 0.15071 0.03021 4.988 6.09e-07 ***
## funding_rounds -0.06560 0.08938 -0.734 0.46303
## log(funding_total_usd) 0.24927 0.07840 3.179 0.00148 **
## is_mobile -0.50228 0.34966 -1.436 0.15086
## is_ca -0.01648 0.20644 -0.080 0.93636
## milestones -0.17043 0.15787 -1.080 0.28034
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## (Dispersion parameter for binomial family taken to be 1)
##
## Null deviance: 713.77 on 594 degrees of freedom
## Residual deviance: 590.61 on 584 degrees of freedom
## AIC: 612.61
##
## Number of Fisher Scoring iterations: 5